* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box;
}

body {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
  color: #333;
}

a {
  color: #333;
}

a:hover {
  color: #00bffe;
  text-decoration: none;
}

img {
  max-width: 100%;
}

*[class*="rect-"] {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
}

a:before,
a:after,
*:before,
*:after,
.trans {
  transition: all .4s ease 0s;
}

.clearfix:after {
  display: table;
  content: " ";
  clear: both;
}

.justify {
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 0px;
  font-size: 0px;
}

.justify:after {
  content: " ";
  height: 0px;
  width: 100%;
  display: inline-block;
  overflow: hidden;
}

.justify > * {
  text-align: left;
  font-size: 14px;
}

.justify .box {
  display: inline-block;
  vertical-align: top;
}

.page-wrap {
  background: #f5f5f5;
}

.container {
  width: 100%;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
}

.main-box {
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
}

.left-box {
  width: 27%;
  margin-top: 4%;
}

.right-box {
  width: 69%;
  margin-top: 4%;
}

@media screen and (min-width: 1367px) and (max-width: 1920px) {
  .container,
  .main-box {
    max-width: 76%;
  }
}

@media screen and (max-width: 1366px) {
  .container,
  .main-box {
    max-width: 1240px;
  }
}

@media screen and (max-width: 1150px) {
  .container {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 991px) {
  .left-box {
    width: 30%;
  }

  .right-box {
    width: 66%;
  }

  body {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 640px) {
  .main-box {
    width: 100%;
  }

  .left-box {
    width: 100%;
    margin-top: 0;
  }

  .right-box {
    width: 100%;
  }

  .hidden-xs {
    display: none !important;
  }
}

.header {
  width: 100%;
  z-index: 1000;
  position: relative;
  box-shadow: 2px 0 5px 2px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.header.active {
  position: fixed;
  top: 0;
}

.header.active .welcome {
  display: none;
}

.header.active .logo {
  width: 80%;
}

.header.active .navbar {
  padding: 20px 0;
}

.header.active .sub-list {
  margin-top: 20px;
}

.header:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 0;
  left: 0;
  top: 0;
  z-index: 2;
  background: transparent;
}

.header .container {
  position: relative;
}

.header .navbar-brand,
.header .navbar {
  vertical-align: middle;
}

.header .nav-bg {
  background-color: white;
}

@media \0screen {
  .header .nav-bg {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FFFFFFFF, endcolorstr=#FFFFFFFF);
  }
}

.header .navbar-brand {
  z-index: 999;
}

.header .slogon {
  font-size: 24px;
  position: absolute;
  left: 29%;
  bottom: 8px;
  margin-left: -6em;
}

.header .navbar {
  padding: 30px 0;
  width: 56.25%;
}

.header .navbar-btn {
  display: none;
}

.header .logo {
  height: auto;
  overflow: hidden;
  display: inline-block;
}

.header .navbar-collapse {
  width: 100%;
}

.header .navbar-collapse li {
  position: relative;
}

.header .navbar-collapse li a {
  color: #333;
  position: relative;
  display: inline-block;
  padding: 8px 0 10px;
  font-size: 18px;
  font-weight: normal;
}

.header .navbar-collapse li a:after {
  position: absolute;
  content: "";
  height: 3px;
  width: 0;
  left: 50%;
  bottom: 0;
  background: #00bffe;
}

.header .navbar-collapse li a:hover {
  color: #00bffe;
}

.header .navbar-collapse li a:hover:after {
  width: 100%;
  left: 0;
}

.header .sub-list {
  position: absolute;
  left: 50%;
  top: 100%;
  margin-top: 30px;
  margin-left: -105px;
  width: 210px;
  display: none;
  background: #fff;
  padding: 0;
  box-shadow: 2px 0 5px 2px rgba(0, 0, 0, 0.1);
}

.header .sub-list .link {
  display: block;
  padding: 20px;
  font-weight: normal;
  color: #333;
}

.header .sub-list .link:hover,
.header .sub-list .link:active {
  background: #00bffe;
  color: #ffffff;
}

.header .sub-list.active {
  display: block;
}

.welcome {
  padding: 8px 0;
  background: #01559b;
  color: #fff;
  font-size: 16px;
}

.welcome .img {
  display: inline-block;
  vertical-align: middle;
}

.welcome .box {
  vertical-align: middle;
}

.welcome .icon {
  font-size: 20px;
  margin-right: 3px;
  vertical-align: middle;
  color: #ffffff;
}

.welcome a {
  color: #fff;
}

.welcome a:hover,
.welcome a:active {
  color: #fff;
}

.welcome .topbar {
  color: #ffffff;
  display: flex;
  align-items: center;
}

.welcome .topbar .icon {
  color: #ffffff;
  font-size: 20px;
}

.welcome .topbar .list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 15px;
  background-color: #00bffe;
  color: #ffffff;
  position: relative;
}

@media \0screen {
  .welcome .topbar .list {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FF00BFFE, endcolorstr=#FF00BFFE);
  }
}

.welcome .topbar .list:hover {
  background: #00bffe;
  color: #ffffff;
}

.welcome .topbar .link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  cursor: pointer;
  color: #ffffff;
  position: relative;
  font-size: 16px;
}

.welcome .topbar a {
  color: #ffffff;
}

.welcome .topbar .search-bg {
  align-self: center;
  padding: 0;
}

.welcome .topbar .search-bg .icon {
  font-size: 24px;
  color: #ffffff;
}

.welcome .topbar .form-control {
  border: solid 1px transparent;
  display: inline-block;
  vertical-align: middle;
  background: transparent;
  padding: 5px;
  color: #9fa0a0;
  font-size: 14px;
  width: 160px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.welcome .topbar .form-control::-webkit-input-placeholder {
  color: #9fa0a0;
}

.welcome .topbar .form-control::-ms-input-placeholder {
  color: #9fa0a0;
}

.welcome .topbar .form-control::placeholder {
  color: #9fa0a0;
}

.welcome .topbar .submit {
  text-align: center;
  line-height: 1.2;
  border: solid 1px transparent;
  padding: 0 2px;
  background: #00bffe;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 991px) {
  .header {
    position: fixed !important;
    width: 100vw;
    z-index: 1000;
    padding: 0;
  }

  .header .slogon {
    display: none;
  }

  .header:before {
    background: transparent;
  }

  .header .container {
    padding: 0;
    width: 100%;
    max-width: none;
  }

  .header .navbar-brand {
    width: 100%;
    display: block;
    position: relative;
    padding: 10px 15px;
    z-index: 7;
  }

  .header .navbar {
    overflow: visible;
    display: none;
    opacity: 0;
    width: 100vw;
    height: 0;
    z-index: 8;
    position: relative;
    padding: 0;
  }

  .header .logo {
    width: 30%;
    position: relative;
    top: 3px;
    display: inline-block;
    z-index: 8;
  }

  .header .navbar-collapse {
    height: 0;
    width: 100vw;
    border-top: 1px solid #d2d2d2;
  }

  .header .navbar-collapse li {
    display: block;
    opacity: 0;
    transform: translateX(250px);
    transition: all .2s ease .3s;
  }

  .header .navbar-collapse li a {
    font-size: 16px;
    text-align: left;
    padding: 15px 15px;
    display: block;
    color: #333;
    border-bottom: 1px solid #d2d2d2;
    position: relative;
  }

  .header .navbar-collapse li a.parent:hover {
    color: #333;
  }

  .header .navbar-collapse li a.parent:after {
    position: absolute;
    right: 15px;
    top: 50%;
    left: auto;
    background: transparent;
    width: 8px;
    height: 8px;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    transform: translateY(-50%) rotate(-45deg);
    content: "";
  }

  .header .navbar-btn {
    right: 15px;
    background: #00bffe;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 23px;
    position: absolute;
    display: inline-block;
    z-index: 10;
  }

  .header .navbar-btn:before,
  .header .navbar-btn:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #00bffe;
    transition: top .3s, bottom .3s, transform .3s;
  }

  .header .navbar-btn:before {
    top: -6px;
  }

  .header .navbar-btn:after {
    bottom: -6px;
  }

  .header .navbar-btn.active {
    background: transparent;
  }

  .header .navbar-btn.active:before {
    top: 0;
    transform: rotate(45deg);
    background: #00bffe;
  }

  .header .navbar-btn.active:after {
    bottom: 0;
    transform: rotate(-45deg);
    background: #00bffe;
  }

  .header .sub-list {
    left: 0;
    width: 100%;
    margin-left: 0;
    height: 0;
    display: none;
    position: relative;
    box-shadow: none;
    background: #f8f8f8;
    margin-top: 0;
  }

  .header .sub-list:last-child {
    right: auto;
  }

  .header .sub-list .link {
    padding: 10px 15px;
  }

  .header .bg {
    display: none;
  }

  .header .topbar {
    margin-top: 0;
    right: 45px;
    height: 100%;
  }

  .header .topbar .link {
    background: transparent;
    font-size: 14px;
  }

  .header .topbar .link:first-child:before {
    display: none;
  }

  .header.open {
    border-bottom: 0;
  }

  .header.open .topbar {
    display: none;
  }

  .header.open .navbar {
    display: block;
    position: fixed;
    opacity: 1;
    height: auto;
    max-height: 100vh;
    overflow: scroll;
    background: #ffffff;
  }

  .header.open .has-sub.active .sub-list {
    height: auto;
    display: block;
  }

  .header.open .has-sub.active .parent {
    background: #00bffe;
    color: #ffffff;
  }

  .header.open .has-sub.active .parent:after {
    transform: translateY(-50%) rotate(45deg);
  }

  .header.open .navbar-collapse {
    height: auto;
  }

  .header.open .navbar-collapse li {
    opacity: 1;
    transform: translateX(0);
  }

  .header.open .navbar-collapse li:nth-child(1) {
    transition-duration: 0.4s;
  }

  .header.open .navbar-collapse li:nth-child(2) {
    transition-duration: 0.5s;
  }

  .header.open .navbar-collapse li:nth-child(3) {
    transition-duration: 0.6s;
  }

  .header.open .navbar-collapse li:nth-child(4) {
    transition-duration: 0.7s;
  }

  .header.open .navbar-collapse li:nth-child(5) {
    transition-duration: 0.8s;
  }

  .header.open .navbar-collapse li:nth-child(6) {
    transition-duration: 0.9s;
  }

  .header.open .navbar-collapse li:nth-child(7) {
    transition-duration: 1s;
  }

  .header.open .bg {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.65);
  }

  .navbar-search .search-btn {
    width: 22px;
    height: 22px;
  }

  .navbar-search .search-btn:hover,
  .navbar-search .search-btn:active {
    background: #00bffe;
    border: solid 1px #00bffe;
  }

  .navbar-search .search-btn svg {
    fill: #c9c9c9;
    margin: 5px;
    width: 10px;
    height: 10px;
  }

  .welcome .hidden-md {
    width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: normal;
  }

  .welcome .container {
    padding: 0 15px;
  }

  .welcome .topbar {
    justify-content: end;
  }
}

@media screen and (max-width: 640px) {
  .header .slogon {
    display: none;
  }

  .header .logo {
    width: 40%;
  }

  .header .logo img {
    width: 100%;
    height: auto;
  }

  .header.active .logo img {
    margin-top: 0;
  }

  .welcome {
    padding: 5px 0;
  }

  .welcome .box {
    font-size: 13px;
  }

  .welcome img {
    width: 16px;
  }

  .welcome .full {
    max-width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: normal;
  }

  .welcome .topbar {
    justify-content: space-between;
  }

  .welcome .topbar .icon {
    font-size: 16px;
  }

  .welcome .topbar .link {
    font-size: 13px;
    padding: 0;
  }

  .welcome .lang {
    width: 100%;
  }
}

@media screen and (max-width: 375px) {
  .header .logo {
    height: auto;
  }

  .header.active .logo img {
    margin-top: 0;
  }
}

.footer {
  background: #333;
  background-size: cover;
  color: #bababa;
  position: relative;
  z-index: 99;
  padding-top: 3%;
  font-size: 16px;
}

.footer .border {
  border-bottom: solid 1px #5c5c5c;
}

.footer .container {
  position: relative;
}

.footer a {
  color: #bababa;
}

.footer a:hover {
  color: #ffffff;
}

.footer .bg {
  display: flex;
  justify-content: space-between;
  padding: 4% 0;
}

.footer .item-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #ffffff;
}

.footer .address .item {
  padding: 5px 0;
}

.footer .address .item .dib {
  display: inline-block;
  vertical-align: top;
}

.footer .address .item .box {
  position: relative;
}

.footer .address .item .box:first-child {
  width: 42px;
}

.footer .address .item .box:last-child {
  width: calc(100% - 42px);
}

.footer .address .list .icon {
  font-size: 24px;
  vertical-align: middle;
}

.footer .address .title {
  margin-bottom: 15px;
}

.footer .address .title .cn {
  font-size: 30px;
  font-weight: bold;
}

.footer .address .title .en {
  font-size: 16.3px;
  opacity: .7;
}

.footer .foot-logo {
  vertical-align: middle;
  align-self: center;
}

.footer .foot-link {
  vertical-align: middle;
}

.footer .foot-link .item {
  display: inline-block;
  padding: 30px 0;
  margin: 0 15px;
  text-transform: uppercase;
  position: relative;
  font-size: 16px;
  color: #ffffff;
}

.footer .foot-link .item:after {
  position: absolute;
  left: 50%;
  bottom: -1px;
  height: 3px;
  width: 0;
  content: "";
  background: #00bffe;
}

.footer .foot-link .item:last-child {
  margin-right: 0;
}

.footer .foot-link .item:hover {
  color: #ffffff;
}

.footer .foot-link .item:hover:after {
  left: 0;
  width: 100%;
}

.footer .foot-brand .desc {
  padding: 0 0 24px;
  width: 21em;
  font-size: 18px;
}

.footer .share-nav .icon-item {
  display: inline-block;
  text-align: center;
  margin-right: 10px;
}

.footer .share-nav .icon-item:last-child {
  margin-right: 0;
}

.footer .share-nav .icon {
  font-size: 24px;
  vertical-align: middle;
}

.footer .hotline a {
  color: #d3d4e4;
}

.footer .hotline .item {
  display: inline-block;
}

.footer .hotline .ico {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.footer .hotline .text {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

.footer .hotline .cn {
  font-size: 18px;
}

.footer .hotline .num {
  font-weight: bold;
  font-size: 40px;
}

.footer .wechat {
  display: flex;
  justify-content: space-between;
}

.footer .wechat .list {
  width: 110px;
  text-align: center;
  margin-right: 12px;
}

.footer .wechat .list:last-child {
  margin-right: 0;
}

.footer .copyright {
  padding: 30px 0;
  text-align: center;
  border-top: 1px solid #5c5c5c;
}

.footer .copyright .share-btn {
  padding-top: 15px;
}

.footer .copyright .share-btn .item {
  display: inline-block;
  margin: 0 5px;
}

.footer .copyright .list img {
  display: inline-block;
}

.footer .form {
  width: 24%;
  position: relative;
  z-index: 9;
}

.footer .form .form-half {
  width: 49%;
}

.footer .form .form-group {
  margin: 5px 0;
}

.footer .form .form-control {
  background: transparent;
  border: solid 1px rgba(255, 255, 255, 0.7);
  width: 100%;
  padding: 8px 12px;
  color: rgba(255, 255, 255, 0.7);
}

.footer .form .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.footer .form .form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.footer .form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.footer .form .tips {
  font-size: 16px;
  color: #ffffff;
  width: 70%;
  vertical-align: middle;
}

.footer .form .tips .item {
  display: inline-block;
  margin-right: 10px;
}

.footer .form .submit {
  text-align: right;
  vertical-align: middle;
}

.footer .form .textarea {
  width: 100%;
}

.footer .form .form-submit {
  display: block;
  width: 100%;
  padding: 10px 30px;
  text-align: center;
  border: solid 1px #fff;
  background: transparent;
  color: #ffffff;
}

.footer .form .title {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
}

.footer .form .title .en {
  display: block;
  font-size: 13.2px;
  font-weight: normal;
  text-transform: uppercase;
}

.footer .form .title:before {
  position: absolute;
  content: "";
  height: 3px;
  background: #00bffe;
  width: 1em;
  left: 0;
  bottom: 0;
}

.catalog {
  cursor: pointer;
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 999;
  width: 60px;
}

.catalog .title {
  background: #e5e5e5;
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  padding: 15px 0;
  text-transform: uppercase;
  display: none;
}

.catalog .link {
  display: block;
  text-align: left;
  padding: 15px;
  position: relative;
  background: #ffffff;
  border-bottom: solid 1px #00bffe;
  display: none;
}

.catalog .link:after {
  position: absolute;
  content: "+";
  right: 15px;
  top: 50%;
  margin-top: -16px;
  font-size: 20px;
}

.catalog .link:hover,
.catalog .link:focus {
  background: #00bffe;
  color: #ffffff;
}

.catalog .link:hover:after,
.catalog .link:focus:after {
  color: #ffffff;
}

.catalog .arrow {
  background: #f7f7f7;
  display: block;
  padding: 15px;
  text-align: center;
  font-size: 20px;
}

.catalog .arrow:hover,
.catalog .arrow:focus {
  background: #00bffe;
  color: #ffffff;
}

.catalog.active {
  width: 220px;
}

.catalog.active .title,
.catalog.active .link {
  display: block;
}

.popover {
  position: absolute;
  right: 56px;
  bottom: -50px;
  padding: 10px;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
  display: none;
  font-size: 12px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  right: 56px;
  bottom: 288px;
  border-width: 11px;
}

.popover .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.popover .popover-content {
  min-width: 100px;
}

.popover .popover-content img {
  width: 100px;
}

.share {
  border-top: solid 6px #00bffe;
  text-align: center;
  padding: 15px 0;
}

@media screen and (max-width: 991px) {
  .footer .hidden-xs {
    display: none;
  }

  .footer .bg {
    flex-direction: column;
  }

  .footer .foot-item {
    display: none;
  }

  .footer .address {
    width: 100%;
  }

  .footer .address .item {
    text-align: left;
  }

  .footer .address .item .box {
    display: inline;
    width: auto !important;
  }

  .footer .hotline {
    text-align: left;
  }

  .footer .foot-brand {
    width: 100%;
  }

  .footer .download,
  .footer .online,
  .footer .wechat {
    padding: 15px;
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
  }

  .footer .wechat {
    padding: 15px 0;
  }

  .footer .wechat .list:first-child {
    margin-right: 10px;
  }

  .footer .download .link,
  .footer .online .link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .footer .download .text,
  .footer .online .text {
    text-align: left;
    padding-left: 15px;
    padding-top: 0;
  }

  .footer .download .ico {
    width: 48px;
  }

  .footer .online .ico {
    width: 48px;
  }
}

@media screen and (max-width: 640px) {
  .footer {
    font-size: 14px;
  }

  .footer .foot-logo {
    padding: 15px 0;
    width: 100%;
    text-align: center;
    margin-right: 0;
  }

  .footer .foot-logo img {
    width: 60%;
  }

  .footer .foot-brand .desc {
    font-size: 16px;
  }

  .footer .share-nav {
    margin-bottom: 25px;
  }

  .footer .hotline {
    padding: 20px 0;
  }

  .footer .hotline .cn {
    font-size: 20px;
  }

  .footer .hotline .num {
    font-size: 28px;
  }

  .footer .wechat {
    margin: 0;
  }

  .footer .copyright {
    width: 100%;
  }

  .footer .copyright .box {
    width: 100%;
    text-align: center !important;
  }

  .sidebar {
    display: none;
  }
}

.cate-bg {
  padding: 5% 0;
  color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  max-height: 300px;
}

.cate-bg .text {
  width: 100%;
}

.cate-bg .en {
  font-size: 56px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}

.cate-bg .en:after {
  position: absolute;
  content: "";
  width: 1.3em;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #00bffe;
}

.cate-bg .cn {
  font-size: 36px;
  position: relative;
  display: block;
  margin-top: 10px;
  text-transform: uppercase;
}

.cate-bg .desc {
  font-size: 18px;
  position: relative;
  margin-top: 20px;
  padding: 25px 0;
  text-transform: uppercase;
}

.cate-bg .desc:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 2em;
  height: 2px;
  content: " ";
  background: #fff;
}

.cate-title {
  font-size: 1.5em;
  padding: 15px 0;
  position: relative;
}

.cate-title:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 2em;
  height: 2px;
  bottom: 0;
  background: #01559b;
}

.cate-back .box {
  vertical-align: middle;
}

.cate-desc {
  padding: 25px 0;
}

.cate-banner {
  margin-bottom: 25px;
}

.crumb .box {
  vertical-align: middle;
}

.crumb .bg {
  position: relative;
}

.crumb .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  background: #00bffe;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  z-index: 99;
}

.crumb .title .cn {
  margin: 0 auto;
  font-size: 18px;
  width: 2em;
}

.crumb .navigation:before {
  left: 0;
  top: 50%;
  margin-top: -7px;
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  border: solid 2px #b7b7b7;
  border-radius: 999px;
}

.crumb .category {
  background: #01559b;
  font-size: 0;
  padding: 10px 0;
  text-align: center;
}

.crumb .category .item {
  display: inline-block;
  text-align: center;
  padding: 0 20px;
  position: relative;
}

.crumb .category .item:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 1px;
  height: 16px;
  top: 50%;
  margin-top: -8px;
  background: transparent;
}

.crumb .category .item:last-child:after {
  display: none;
}

.crumb .category .item:last-child .link:after {
  display: none;
}

.crumb .category .link {
  font-size: 18px;
  display: inline-block;
  position: relative;
  padding: 10px 0;
  color: #ffffff;
  font-weight: bold;
  opacity: 0.6;
}

.crumb .category .link .cn {
  font-size: 18px;
}

.crumb .category .link .en {
  font-size: .75em;
  text-transform: capitalize;
  opacity: .7;
}

.crumb .category .link:before {
  content: "";
  position: absolute;
  left: 50%;
  width: 0;
  height: 3px;
  bottom: -1px;
  background: #ffffff;
}

.crumb .category .link.active,
.crumb .category .link:active,
.crumb .category .link:hover,
.crumb .category .link:focus {
  color: #ffffff;
  opacity: 1;
}

.crumb .category .link.active:before,
.crumb .category .link:active:before,
.crumb .category .link:hover:before,
.crumb .category .link:focus:before {
  left: 50%;
  margin-left: -1em;
  width: 2em;
}

.crumb-title {
  padding: 0 0 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d2d2d2;
}

.crumb-title .cn {
  font-size: 30px;
  position: relative;
  font-weight: bold;
}

.crumb-title .cn:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  margin-left: -.5em;
  width: 1em;
  height: 2px;
  background: transparent;
}

.crumb-title .en {
  opacity: .7;
  text-transform: uppercase;
}

.crumb-title .desc {
  opacity: .7;
  padding-top: 10px;
}

.crumb-link {
  font-size: 16px;
  color: #595757;
}

.crumb-link a {
  color: #595757;
}

.crumb-desc {
  font-size: 16px;
  padding: 2%;
  margin-bottom: 2%;
  margin-top: 2%;
  background: #edf0f4;
}

.crumb-desc .text {
  width: 60%;
  vertical-align: middle;
}

.crumb-desc .em {
  color: #01559b;
}

.crumb-desc .title {
  font-size: 20px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.crumb-desc .title:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 0;
  width: 2em;
  background: #00bffe;
}

.crumb-desc .desc {
  line-height: 1.8;
}

.crumb-desc .desc p {
  padding-bottom: .5em;
}

.crumb-desc .pic {
  vertical-align: middle;
  text-align: center;
  width: 38%;
}

.crumb-desc .list {
  width: 48.5%;
}

.crumb-desc .item {
  position: relative;
  padding-left: 10px;
}

.crumb-desc .item:before {
  position: absolute;
  content: "";
  left: 0;
  top: 45%;
  width: 3px;
  height: 3px;
  border-radius: 999px;
  background: #00bffe;
}

.sidebar {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 999;
}

.sidebar .item {
  margin-bottom: 10px;
  float: right;
  clear: both;
}

.sidebar .link {
  font-size: 0;
}

.sidebar .link .bg,
.sidebar .link .hover {
  width: 28px;
  height: 28px;
  margin: 6px;
}

.sidebar .link .hover {
  display: none;
}

.sidebar .link .ico {
  vertical-align: middle;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #000;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 999px;
  display: inline-block;
  text-align: center;
}

@media \0screen {
  .sidebar .link .ico {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#B3000000, endcolorstr=#B3000000);
  }
}

.sidebar .link .icon {
  font-size: 22px;
  color: #ffffff;
}

.sidebar .link .text {
  vertical-align: middle;
  display: none;
  padding: 0 0 0 15px;
  font-size: 18px;
  background: #00bffe;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
  border-top-left-radius: 999px;
  border-bottom-left-radius: 999px;
}

.sidebar .link:hover {
  padding-right: 8px;
}

.sidebar .link:hover .bg {
  display: none;
}

.sidebar .link:hover .hover {
  display: block;
}

.sidebar .link:hover .ico {
  background: #00bffe;
  border: solid 1px #00bffe;
}

.sidebar .link:hover .icon {
  color: #ffffff;
}

.sidebar .link:hover .ico.has-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.sidebar .link:hover .text {
  display: inline-block;
}

.popover {
  position: absolute;
  right: 56px;
  bottom: -50px;
  padding: 10px;
  font-size: 14px;
  text-align: center;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
  display: none;
  font-size: 12px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  right: 56px;
  bottom: 288px;
  border-width: 11px;
}

.popover .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.popover .popover-content {
  min-width: 100px;
}

.popover .popover-content img {
  width: 100px;
}

.aside .aside-title {
  position: relative;
}

.aside .aside-title .aside-btn {
  display: none;
  z-index: 9;
  right: 15px;
  width: 18px;
  top: 50%;
  margin-top: -6px;
  position: absolute;
}

.aside .aside-title .aside-btn .item {
  display: block;
  background: #ffffff;
  width: 100%;
  height: 2px;
  transition: top .3s, bottom .3s, transform .3s;
  margin-bottom: 3px;
}

.aside .aside-title .aside-btn .item:last-child {
  margin-bottom: 0;
}

.aside .aside-title .aside-btn.active {
  background: transparent;
}

.aside .aside-logo {
  padding: 15px;
  background: #01559b;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 1.5em;
}

.aside .aside-list {
  text-transform: uppercase;
}

.aside .aside-list .has-sub,
.aside .aside-list .no-sub {
  position: relative;
}

.aside .aside-list .has-sub .link,
.aside .aside-list .no-sub .link {
  padding: 15px 15px;
  display: block;
  position: relative;
  border-left: 3px solid transparent;
}

.aside .aside-list .has-sub .link:hover,
.aside .aside-list .no-sub .link:hover {
  background: #ebeef8;
  border-left: 3px solid #00bffe;
}

.aside .aside-list .has-sub .link:hover .sub-btn,
.aside .aside-list .no-sub .link:hover .sub-btn {
  background: #01559b;
}

.aside .aside-list .has-sub .sub-btn,
.aside .aside-list .no-sub .sub-btn {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
  height: 20px;
  width: 20px;
  background: #d2d2d2;
}

.aside .aside-list .has-sub .sub-btn:before,
.aside .aside-list .no-sub .sub-btn:before {
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 50%;
  margin-top: -4px;
  transform: rotate(-45deg);
  content: "";
  height: 7px;
  width: 7px;
  border-right: solid 1px #fff;
  border-bottom: solid 1px #fff;
}

.aside .aside-list .has-sub.item,
.aside .aside-list .no-sub.item {
  display: block;
}

.aside .aside-list .has-sub.active .sub-list,
.aside .aside-list .no-sub.active .sub-list {
  display: block !important;
}

.aside .aside-list .has-sub.active .link,
.aside .aside-list .no-sub.active .link {
  display: block;
  background: #f6f6f6;
}

.aside .aside-list .has-sub.active .sub-btn,
.aside .aside-list .no-sub.active .sub-btn {
  background: #01559b;
}

.aside .aside-list .has-sub.active .sub-btn:before,
.aside .aside-list .no-sub.active .sub-btn:before {
  transform: rotate(90deg);
}

.aside .aside-list .sub-list {
  display: none;
}

.aside .aside-list .sub-list .sub-link {
  display: block !important;
  padding: 15px 0 15px 25px;
  position: relative;
  border-bottom: solid 1px #ccc;
}

.aside .aside-list .sub-list .sub-link:after {
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -2px;
  content: "";
  height: 5px;
  width: 5px;
  border-radius: 999px;
  background: #999;
}

.aside .aside-list .sub-list .sub-link:hover {
  background: #f6f6f6;
}

.aside .aside-list:last-child {
  border-bottom: none;
}

.aside .address .img {
  width: 100%;
}

.aside .address .desc {
  padding: 15px;
}

.aside .address li {
  padding: 5px 0;
}

.category-inner {
  margin-top: 3%;
  text-align: center;
}

.category-inner .item {
  display: inline-block;
  width: 180px;
}

.category-inner .item.none {
  margin: 0;
}

.category-inner .link {
  display: block;
  text-align: center;
  border: solid 1px transparent;
  padding: 15px;
  font-size: 16px;
}

.category-inner .link:hover,
.category-inner .link:active,
.category-inner .link.active {
  border: solid 1px #01559b;
  color: #01559b;
}

.category-inner.center {
  text-align: center;
}

.category-inner.center .item {
  margin: 15px 8px;
}

.tabbar {
  display: none;
  position: fixed;
  /* Safari */
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9999;
  padding: 10px 0;
  background-color: rgba(0, 191, 254, 0.8);
}

@media \0screen {
  .tabbar {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#CC00BFFE, endcolorstr=#CC00BFFE);
  }
}

.tabbar .item {
  flex: 1;
  border-right: solid 1px rgba(255, 255, 255, 0.7);
}

.tabbar .item:last-child {
  border-right: none;
}

.tabbar .link {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tabbar .link .ico {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  line-height: 26px;
  border-radius: 999px;
  border: solid 1px;
}

.tabbar .link .icon {
  font-size: 18px;
  color: #ffffff;
}

@media screen and (max-width: 991px) {
  .tabbar {
    display: flex;
  }

  .crumb-desc .text {
    width: 100%;
  }

  .crumb-desc .pic {
    width: 100%;
  }

  .category-inner {
    display: flex;
    overflow: auto;
    width: 100vw;
    background: #f7f7f7;
    margin: 0 -15px;
  }

  .category-inner .item {
    margin-right: 0;
    display: inline-block;
    flex-shrink: 0;
    text-align: center;
    position: relative;
  }

  .category-inner .link {
    font-size: 16px;
    display: inline-block;
    position: relative;
    padding: 20px 5px;
    z-index: 9;
    border: none;
  }

  .category-inner .link .cn {
    font-size: 16px;
  }

  .category-inner .link .en {
    display: none;
  }

  .category-inner .link:active,
  .category-inner .link:hover,
  .category-inner .link:focus {
    background: #00bffe;
    color: #ffffff;
  }

  .category-inner .link:active:after,
  .category-inner .link:hover:after,
  .category-inner .link:focus:after {
    left: 0;
    width: 100%;
  }

  .category-inner.center .item {
    margin-top: 0;
    margin-bottom: 0;
  }

  .cate-bg {
    padding: 20% 0 4%;
  }

  .cate-bg .en {
    font-size: 28px;
  }

  .cate-bg .cn {
    font-size: 20px;
  }

  .aside .list {
    margin: 0 -15px;
    border: none;
    box-shadow: none;
    background: #f7f7f7;
  }

  .aside .aside-logo {
    display: none;
  }

  .aside .aside-list {
    display: flex;
    overflow: auto;
    width: calc(100vw - 0);
  }

  .aside .aside-list .has-sub .sub-btn {
    display: none;
  }

  .aside .aside-list .has-sub.item {
    margin: 0;
    display: inline-block;
    flex-shrink: 0;
    text-align: center;
    position: relative;
    border: none;
  }

  .aside .aside-list .has-sub .link {
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .crumb {
    position: relative;
    overflow: visible;
    margin: 0 -15px;
    display: block;
  }

  .crumb .navigation {
    display: none;
  }

  .crumb .category {
    display: flex;
    overflow: auto;
    width: 100vw;
    padding: 5px 0;
  }

  .crumb .category .item {
    margin-right: 0;
    display: inline-block;
    flex-shrink: 0;
    text-align: center;
    position: relative;
    padding: 0;
  }

  .crumb .category .link {
    font-size: 16px;
    display: inline-block;
    position: relative;
    padding: 15px;
    z-index: 9;
  }

  .crumb .category .link .cn {
    font-size: 16px;
  }

  .crumb .category .link .en {
    display: none;
  }

  .crumb .category .link:active:after,
  .crumb .category .link:hover:after,
  .crumb .category .link:focus:after {
    left: 0;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .sidebar {
    display: none;
  }

  .cate-bg {
    padding: 32% 0 6%;
  }

  .cate-bg .en {
    font-size: 20px;
  }

  .cate-bg .cn {
    font-size: 20px;
  }

  .crumb-title {
    margin-top: 25px;
  }

  .crumb-title .cn {
    font-size: 20px;
  }

  .crumb .category .link {
    padding: 10px;
  }

  .crumb .category .link .cn {
    font-size: 16px;
  }

  .aside {
    width: 100%;
  }

  .aside .aside-logo {
    margin-top: 3%;
  }

  .aside .aside-logo img {
    width: 30%;
  }

  .aside .address {
    display: none;
  }
}

.crumb::-webkit-scrollbar,
.aside::-webkit-scrollbar {
  display: none;
}

.content .white-bg {
  overflow: hidden;
  background: #ffffff;
  position: relative;
  z-index: 999;
}

.content.gray {
  padding: 5% 0 0;
}

.content.none {
  padding-bottom: 0 !important;
}

.content-desc {
  font-size: 16px;
  margin: 3% 0;
}

.content-title {
  font-size: 20px;
  display: block;
  margin-top: 5%;
  color: #333;
}

.content-title.center {
  text-align: center;
}

.content-time {
  display: block;
  margin: 15px 0;
  text-align: center;
  color: #999;
}

.content-body {
  padding: 3% 0;
  font-size: 16px;
  line-height: 1.8;
  color: #595757;
}

.content-body p {
  padding-bottom: 1em;
}

.content-body p:last-child {
  padding-bottom: 0;
}

.content-body table {
  width: 100%;
}

.context {
  margin: 15px auto;
  color: #00bffe;
}

.context .box {
  vertical-align: middle;
  cursor: pointer;
}

.context .ico {
  display: inline-block;
  vertical-align: middle;
}

.context .link {
  display: inline-block;
  vertical-align: middle;
  color: #00bffe;
}

.content-nav {
  font-size: 16px;
}

.content-nav .title {
  font-size: 28px;
  font-weight: bold;
  border-bottom: solid 1px #bfbfbf;
  padding-bottom: 15px;
}

.infor {
  margin: 15px 0 0;
}

.infor .item {
  padding: 5px 0;
  width: 100%;
  font-size: 24px;
}

.infor .item .title {
  position: relative;
  left: -.5em;
  font-weight: normal;
  color: #00bffe;
  font-size: 24px;
}

.infor .item .desc {
  display: inline-block;
}

.infor .item.none {
  padding: 0;
  border-bottom: none;
}

.content-related {
  margin: 15px 0;
  padding-top: 15px;
  border-top: solid 1px #e3e3e3;
}

.content-related .list {
  width: 68.25%;
  vertical-align: middle;
}

.content-related .back {
  vertical-align: middle;
}

.content-related .back a {
  display: inline-block;
  padding: 8px 16px;
  border: solid 1px #e3e3e3;
}

.content-related .back a:hover {
  color: #ffffff;
  background: #00bffe;
}

.detail-btn {
  margin-top: 5%;
  padding: 10px 0;
  display: block;
  background: #00bffe;
  color: #ffffff;
  text-align: center;
  border-radius: 6px;
}

.detail-btn:hover {
  color: #ffffff;
}

.detail-nav {
  margin: 3% 0;
}

.detail-nav .cn {
  display: inline-block;
  background: #00bffe;
  color: #ffffff;
  text-align: center;
  padding: 10px 48px;
}

.detail-box {
  margin: 3% 0;
  padding: 3% 0;
  background: #f6f7f9;
}

.related-title {
  color: #00bffe;
  font-size: 16px;
}

.detail {
  margin-top: 3%;
  display: flex;
  justify-content: space-between;
}

.detail .pic {
  position: relative;
  width: 40%;
}

.detail .pic .rect-pic {
  border: solid 1px #e3e3e3;
  padding-bottom: 100%;
}

.detail .pic img {
  width: 100%;
}

.detail .pic-title {
  position: relative;
}

.detail .pic-title .title {
  width: 100%;
  text-align: center;
  color: #333;
}

.detail .text {
  background: #ffffff;
  width: 55%;
}

.detail .title {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  padding-bottom: 10px;
}

.detail .sub-title {
  font-size: 18px;
  border-bottom: 1px solid #dcdcdc;
  font-weight: bold;
  padding-bottom: 10px;
  margin: 30px 0 15px;
}

.detail .desc {
  line-height: 1.8;
  padding: 0;
}

.detail .desc strong {
  display: block;
  font-size: 18px;
  padding-bottom: 15px;
}

.detail .btn {
  margin-top: 10px;
  background: #00bffe;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  padding: 12px 56px;
  display: inline-block;
  border: 1px solid transparent;
}

.detail .btn:hover,
.detail .btn:active,
.detail .btn:focus {
  background: #ffffff;
  border: 1px solid #00bffe;
  color: #00bffe;
}

.detail .detail-share {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.detail .detail-share .share-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 24px;
  color: #333;
}

.detail .detail-share .share-btn .cn {
  display: inline-block;
  padding: 0 20px;
}

.detail .detail-share .share-list .link {
  display: inline-block;
  margin: 0 5px;
}

.detail .thumb-list {
  margin-top: 20px;
  position: relative;
}

.detail .swiper-thumb .swiper-button-prev,
.detail .swiper-thumb .swiper-button-next {
  width: 30px;
  height: 30px;
  background-size: 15px 15px;
  margin-top: -15px;
}

.detail .swiper-thumb .swiper-button-prev:hover,
.detail .swiper-thumb .swiper-button-prev:active,
.detail .swiper-thumb .swiper-button-prev:focus,
.detail .swiper-thumb .swiper-button-next:hover,
.detail .swiper-thumb .swiper-button-next:active,
.detail .swiper-thumb .swiper-button-next:focus {
  background-color: rgba(255, 255, 255, 0.7);
}

.detail .swiper-thumb .swiper-button-prev {
  left: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6JyBmaWxsPScjNTg1ODU4Jy8+PC9zdmc+");
}

.detail .swiper-thumb .swiper-button-next {
  right: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnonIGZpbGw9JyM1ODU4NTgnLz48L3N2Zz4=");
}

.detail-link .item {
  width: 60%;
  margin: 48px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.detail-link .item-text {
  padding: 0 15px;
}

.detail-link .cn {
  font-size: 24px;
  color: #00bffe;
}

.detail-link .en {
  color: #666;
  font-size: 20px;
  text-transform: uppercase;
}

.detail-back {
  text-align: center;
  padding: 25px 0 0;
}

.detail-back .link {
  color: #00bffe;
  border: 1px solid;
  font-size: 16px;
  padding: 15px 48px;
}

.detail-back .link:hover {
  background: #00bffe;
  color: #fff;
}

.detail-related {
  position: relative;
  margin-bottom: 5%;
}

.detail-related .link {
  position: relative;
  display: block;
  background: #ffffff;
}

.detail-related .link .rect-pic {
  padding-bottom: 100%;
  background: #fff;
  border: solid 1px #e3e3e3;
}

.detail-related .link .rect-pic img {
  width: 100%;
}

.detail-related .link .pic-bg {
  width: 100%;
  position: absolute;
  z-index: 999;
  height: 100%;
  color: #ffffff;
  left: 0;
  top: 0;
  padding: 8%;
  opacity: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.85);
}

@media \0screen {
  .detail-related .link .pic-bg {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#D9000000, endcolorstr=#D9000000);
  }
}

.detail-related .link .pic-bg .text {
  text-align: center;
}

.detail-related .link .pic-bg .em {
  padding: 25% 0;
}

.detail-related .link .pic-bg .cn {
  font-size: 1.36em;
}

.detail-related .link:hover,
.detail-related .link:active {
  color: #ffffff;
  padding: 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.detail-related .link:hover .pic-bg,
.detail-related .link:active .pic-bg {
  display: block;
  opacity: 1;
}

.detail-related .link:hover img,
.detail-related .link:active img {
  transform: scale(1.1);
}

.detail-related .swiper-related .swiper-button-prev,
.detail-related .swiper-related .swiper-button-next {
  background-size: 20px 20px;
}

.detail-related .swiper-related .swiper-button-prev:hover,
.detail-related .swiper-related .swiper-button-prev:active,
.detail-related .swiper-related .swiper-button-prev:focus,
.detail-related .swiper-related .swiper-button-next:hover,
.detail-related .swiper-related .swiper-button-next:active,
.detail-related .swiper-related .swiper-button-next:focus {
  background-color: rgba(255, 255, 255, 0.7);
}

.detail-related .swiper-related .swiper-button-prev {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6JyBmaWxsPScjNTg1ODU4Jy8+PC9zdmc+");
}

.detail-related .swiper-related .swiper-button-next {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnonIGZpbGw9JyM1ODU4NTgnLz48L3N2Zz4=");
}

.detail-video .item {
  width: 31.5%;
}

.detail-video .rect-box {
  padding-bottom: 56.25%;
}

.detail-video .video-js {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.detail-video .video-js .vjs-big-play-button {
  height: 1.6em;
  width: 1.6em;
  margin-left: -0.8em;
  border-radius: 999px;
}

.tab-list .swiper-slide {
  text-align: center;
  background: #eaeef1;
  font-size: 18px;
  padding: 15px 0;
  display: block;
  color: #636162;
  overflow: visible;
  border: solid 1px #b5b5b5;
}

.tab-list .ico {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.tab-list .swiper-slide-thumb-active {
  background: #01559b;
  color: #ffffff;
  position: relative;
}

.tab-list .swiper-slide-thumb-active .ico {
  filter: brightness(100);
}

.tab-list .swiper-slide-thumb-active:after {
  position: absolute;
  content: "";
  border: solid 15px transparent;
  border-top: solid 15px transparent;
  left: 50%;
  margin-left: -15px;
  bottom: -25px;
  z-index: -1;
}

.tab-content .swiper-slide {
  padding: 0;
}

.tab-content .bg {
  border: solid 1px #e6e6e6;
  padding: 20px;
}

@media screen and (max-width: 991px) {
  .content .white-bg {
    padding: 0 15px;
  }

  .content.gray {
    padding-top: 0;
  }

  .thumbs {
    display: none;
  }

  .detail {
    flex-direction: column;
  }

  .detail .pic {
    width: 100%;
  }

  .detail .text {
    width: 100%;
  }

  .detail .thumb-list {
    display: none;
  }

  .detail-link .item {
    width: 100%;
  }

  .swiper-detail {
    width: 100%;
    position: relative;
    top: -35px;
  }

  .swiper-detail .swiper-button-prev,
  .swiper-detail .swiper-button-next {
    display: none;
  }

  .swiper-detail .swiper-pagination {
    display: block;
    width: 100%;
  }

  .swiper-detail .swiper-pagination-bullets {
    display: block;
  }

  .swiper-detail .swiper-pagination-bullet {
    background: #999;
    margin: 0 3px;
    display: inline-block;
    width: 5px;
    height: 5px;
  }

  .swiper-detail .swiper-pagination-bullet-active {
    background: #00bffe;
  }

  .context {
    overflow: hidden;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .content .white-bg {
    box-shadow: none;
    top: 0;
  }

  .content.gray {
    padding: 0 0 5%;
  }

  .infor .item {
    font-size: 18px;
  }

  .infor .item .title {
    font-size: 18px;
  }

  .detail-video .item {
    width: 100%;
    margin-bottom: 15px;
  }

  .detail-video .video-js {
    width: 100%;
    padding-bottom: 75%;
  }

  .detail .title {
    font-size: 20px;
  }

  .detail .pic {
    width: 100%;
  }

  .detail .text {
    width: 100%;
  }

  .detail .detail-share .share-btn {
    margin: 15px 0;
    justify-content: start;
  }

  .detail .detail-share .share-btn .cn {
    padding: 0 10px;
    font-size: 16px;
  }

  .detail .detail-share .share-list img {
    width: 32px;
  }

  .detail-link .cn {
    font-size: 18px;
  }

  .detail-link .en {
    font-size: 14px;
  }

  .detail-link .item-ico {
    width: 110px;
  }

  .detail-back .link {
    padding: 10px 36px;
    font-size: 14px;
  }

  .detail-nav .cn {
    display: block;
  }

  .content-related .list,
  .content-related .back {
    width: 100%;
  }

  .content-related .back {
    margin-top: 15px;
    text-align: center;
  }

  .content-related .back a {
    display: block;
  }

  .content-body {
    padding: 5% 0;
  }

  .tab-list .swiper-slide {
    font-size: 14px;
  }
}

.page-list {
  display: block;
  padding: 0 0 30px;
  text-align: center;
}

.page-list:after {
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  height: 0;
  content: " ";
}

.page-list ul {
  display: inline-block;
  vertical-align: bottom;
  border-radius: 4px;
}

.page-list ul li {
  display: inline-block;
  float: left;
  margin-right: 2px;
  line-height: 2;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 999px;
  background: #f7f7f7;
}

.page-list ul li a {
  display: block;
  transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
  color: #333;
}

.page-list ul li.active {
  color: #ffffff;
  background: #00bffe;
}

.page-list ul li.active a {
  color: #ffffff;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.active {
  display: block;
}

.modal-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#af000000, endcolorstr=#af000000);
  background: rgba(0, 0, 0, 0.8);
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-body .video-js {
  height: 0;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 56.25vw;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}

.home-title {
  padding: 15px 0;
  margin-bottom: 2%;
  text-align: center;
}

.home-title .box {
  vertical-align: middle;
}

.home-title .cn {
  font-size: 36px;
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
}

.home-title .cn:before,
.home-title .cn:after {
  position: absolute;
  content: "";
  top: 50%;
  width: 38px;
  margin-top: -2px;
  height: 4px;
  background: transparent;
}

.home-title .cn:before {
  margin-left: -48px;
  left: 0;
}

.home-title .cn:after {
  margin-right: -48px;
  right: 0;
}

.home-title .cn.none:before,
.home-title .cn.none:after {
  display: none;
}

.home-title .en {
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1;
  position: relative;
}

.home-title .em {
  color: #00bffe;
  font-weight: bold;
}

.home-title .desc {
  font-size: 16px;
  vertical-align: middle;
  text-transform: uppercase;
  opacity: 0.7;
}

.home-title.inner .cn {
  color: #595757;
  margin-bottom: 0;
  padding-bottom: 0;
}

.home-title.inner .cn:before,
.home-title.inner .cn:after {
  left: auto;
  top: 50%;
  margin-top: -8px;
  width: 8px;
  height: 8px;
  background: #00bffe;
  border-radius: 999px;
}

.home-title.inner .cn:before {
  left: 0;
  margin-left: -2em;
}

.home-title.inner .cn:after {
  right: 0;
  margin-left: auto;
  margin-right: -2em;
}

.home-title.white {
  color: #ffffff;
}

.home-title.white .en {
  color: #ffffff;
}

.home-title.white .en:after {
  background: #ffffff;
}

.home-title.white .cn {
  color: #ffffff;
}

.nav-title {
  padding: 15px 0;
  margin-bottom: 15px;
}

.nav-title .cn {
  font-size: 36px;
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
}

.nav-title .en {
  display: inline-block;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 1;
  position: relative;
  padding-bottom: 15px;
}

.nav-title .en:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 2em;
  height: 4px;
  background: #00bffe;
}

.home-desc {
  color: #ffffff;
  text-align: center;
  padding-top: 3%;
}

.home-desc img {
  width: 100%;
}

.home-desc .cn {
  font-size: 18px;
}

.home-form {
  padding: 3% 0 5%;
}

.home-form .container {
  border-top: solid 1px #d1d1d1;
  padding-top: 3%;
}

.home-form .doc {
  width: 32%;
}

.home-form .doc .en {
  font-size: 48px;
  color: #00bffe;
  text-transform: uppercase;
  line-height: 1;
  padding: 15px 0;
}

.home-form .doc .link {
  display: block;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  padding: 15px;
  margin-top: 15px;
}

.home-form .doc .pic {
  width: 65%;
}

.home-form .doc .text {
  vertical-align: bottom;
  text-align: center;
  width: 30%;
}

.home-form .doc .text .em {
  background: #00bffe;
  color: #ffffff;
  padding: 3px 15px;
  border-radius: 999px;
  display: inline-block;
  margin-bottom: 10px;
}

.home-form .form {
  width: 50%;
}

.home-form .form .en {
  color: #00bffe;
  font-size: 38px;
  text-transform: uppercase;
}

.home-form .form .cn {
  font-size: 20px;
  line-height: 1;
}

.home-form .form .desc {
  vertical-align: bottom;
}

.home-form .form .bg {
  background: #f1f1f1;
  padding: 20px;
}

.home-form .form .form-group {
  margin: 5px 0;
}

.home-form .form .form-group:first-child {
  margin: 0 0 5px;
}

.home-form .form .form-control {
  background: #fafafa;
  border: 0;
  width: 100%;
  padding: 12px 12px;
}

.home-form .form .tips {
  width: 60%;
  vertical-align: middle;
  opacity: .75;
}

.home-form .form .submit {
  text-align: right;
  vertical-align: middle;
}

.home-form .form .form-submit {
  display: inline-block;
  padding: 8px 36px;
  text-align: center;
  border: 0;
  background: #00bffe;
  color: #ffffff;
}

.home-more {
  margin-top: 15px;
  text-align: center;
}

.home-more .link {
  display: inline-block;
  border: solid 1px #00bffe;
  padding: 12px 64px;
  font-size: 16px;
  color: #00bffe;
  border-radius: 99px;
}

.home-more .link:hover,
.home-more .link:focus {
  color: #ffffff;
  background: #00bffe;
}

.home-more .link:hover img,
.home-more .link:focus img {
  transform: scale(1.2);
}

.home-more .link img {
  display: block;
  vertical-align: middle;
}

.home-more.blue .link {
  background: #00bffe;
  color: #ffffff;
  border: solid 1px #00bffe;
}

.home-more.blue .link img {
  filter: brightness(100);
}

.home-more.blue .link:hover,
.home-more.blue .link:focus {
  color: #00bffe;
  background: #ffffff;
}

.home-more.white .link {
  background: transparent;
  border: solid 1px #ffffff;
  color: #ffffff;
}

.home-more.white .link:hover {
  background: #ffffff;
  border: solid 1px #01559b;
  color: #01559b;
}

.home-cate {
  padding: 3% 0;
  background: #1a1c26 url("../img/product-bg.jpg") 50% 0 no-repeat;
  background-size: cover;
}

.home-cate .item {
  width: 33.33%;
}

.home-cate .item .link {
  display: block;
  text-align: center;
  position: relative;
}

.home-cate .item .link:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  z-index: 1;
  background-color: rgba(0, 191, 254, 0.8);
}

@media \0screen {
  .home-cate .item .link:after {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#CC00BFFE, endcolorstr=#CC00BFFE);
  }
}

.home-cate .item .link .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
}

.home-cate .item .link .cn {
  padding: 10px 0;
  font-size: 28px;
  color: #ffffff;
  background: #bdbdbd;
}

.home-cate .item .link .en {
  line-height: 1.2;
  font-size: 36px;
  text-transform: uppercase;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: none;
  margin-bottom: 20px;
}

.home-cate .item .link .more {
  width: 48px;
  height: 48px;
  background-size: 20px 20px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 999px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyA0NCI+PHBhdGggZD0iTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnoiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=);
  display: none;
}

.home-cate .item .link:hover:after,
.home-cate .item .link:active:after {
  height: 100%;
}

.home-cate .item .link:hover .text,
.home-cate .item .link:active .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.home-cate .item .link:hover .cn,
.home-cate .item .link:active .cn {
  background: transparent;
}

.home-cate .item .link:hover .en,
.home-cate .item .link:active .en {
  display: block;
  color: #ffffff;
}

.home-cate .item .link:hover .more,
.home-cate .item .link:active .more {
  display: inline-block;
  color: #ffffff;
}

.home-cate .item .link:hover .rect-pic img,
.home-cate .item .link:active .rect-pic img {
  transform: scale(1.1);
}

.home-cate .item .rect-pic {
  padding-bottom: 65%;
}

.home-focus {
  position: relative;
}

.home-focus .link {
  display: flex;
}

.home-focus .link:hover,
.home-focus .link:active {
  color: #333;
}

.home-focus .text {
  width: 60%;
  padding: 2% 3%;
}

.home-focus .title {
  font-size: 30px;
  color: #00bffe;
  font-weight: bold;
}

.home-focus strong {
  display: block;
  margin-top: 3%;
  font-size: 24px;
}

.home-focus p {
  font-size: 16px;
}

.home-focus .swiper-focus {
  width: 100%;
}

.home-focus .swiper-focus .swiper-pagination {
  display: none;
}

.home-focus .swiper-focus .swiper-button-prev,
.home-focus .swiper-focus .swiper-button-next {
  width: 90px;
  height: 90px;
  background-size: 56px 56px;
  border-radius: 999px;
  background-repeat: no-repeat;
}

.home-focus .swiper-focus .swiper-button-prev {
  left: 15px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6JyBmaWxsPScjOWRiMzlmJy8+PC9zdmc+");
}

.home-focus .swiper-focus .swiper-button-prev:hover,
.home-focus .swiper-focus .swiper-button-prev:active,
.home-focus .swiper-focus .swiper-button-prev:focus {
  left: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6JyBmaWxsPScjZGMwMDBkJy8+PC9zdmc+");
}

.home-focus .swiper-focus .swiper-button-next {
  right: 15px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnonIGZpbGw9JyM5ZGIzOWYnLz48L3N2Zz4=");
}

.home-focus .swiper-focus .swiper-button-next:hover,
.home-focus .swiper-focus .swiper-button-next:active,
.home-focus .swiper-focus .swiper-button-next:focus {
  right: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnonIGZpbGw9JyNkYzAwMGQnLz48L3N2Zz4=");
}

.home-focus .swiper-focus .swiper-pagination-bullets {
  width: 100%;
  bottom: 10px;
}

.home-focus .swiper-focus .swiper-pagination-bullet {
  margin: 0 3px;
  width: 5px;
  height: 5px;
  background: #999;
}

.home-focus .swiper-focus .swiper-pagination-bullet-active {
  background-color: #00bffe;
}

@media \0screen {
  .home-focus .swiper-focus .swiper-pagination-bullet-active {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FF00BFFE, endcolorstr=#FF00BFFE);
  }
}

.home-box {
  display: none;
}

.home-box.active {
  display: block;
}

.home-box .home-more .link {
  background: transparent;
  color: #01559b;
  padding: 15px 48px;
  border: 1px solid;
  font-size: 16px;
}

.home-box .home-more .link:hover,
.home-box .home-more .link:focus {
  color: #ffffff;
  background: #01559b;
}

@media screen and (max-width: 991px) {
  .home-box .bg {
    flex-direction: column;
  }

  .home-cate .item {
    width: 50%;
    margin: 3px 0;
  }

  .home-focus .link {
    flex-direction: column;
  }

  .home-focus .text {
    padding: 36px 0;
    width: 100%;
  }

  .home-focus .title {
    font-size: 20px;
  }

  .home-focus strong {
    font-size: 16px;
  }

  .home-focus p {
    font-size: 14px;
  }

  .home-focus .swiper-focus .swiper-pagination {
    display: block;
  }

  .home-focus .swiper-focus .swiper-button-prev,
  .home-focus .swiper-focus .swiper-button-next {
    display: none;
  }

  .home-title .cn {
    font-size: 2em;
  }

  .home-title .desc {
    font-size: 1em;
  }

  .home-form {
    padding: 3% 0 5%;
  }

  .home-form .container {
    border-top: solid 1px #d1d1d1;
    padding-top: 3%;
  }

  .home-form .doc {
    width: 100%;
  }

  .home-form .doc .en {
    font-size: 1.5em;
  }

  .home-form .form {
    width: 100%;
  }

  .home-form .form .en {
    padding-top: 15px;
    font-size: 1.2em;
  }

  .home-form .form .cn {
    width: 5em;
    font-size: 1em;
  }

  .home-form .form .desc {
    width: 70%;
  }
}

@media screen and (max-width: 640px) {
  .home-title .en {
    font-size: 14px;
  }

  .home-title .cn {
    font-size: 24px;
  }

  .home-title .desc {
    width: 100%;
  }

  .home-title .more {
    padding: 10px 24px;
  }

  .nav-title {
    margin-bottom: 0;
  }

  .nav-title .cn {
    font-size: 24px;
  }

  .home-cate .item {
    width: 100%;
  }

  .home-cate .item .link .cn {
    font-size: 18px;
  }

  .home-cate .item .link .en {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .home-cate .item .link .more {
    width: 32px;
    height: 32px;
    background-size: 15px 15px;
  }

  .home-more .link {
    padding: 10px 36px;
  }

  .home-box .home-more .link {
    text-align: center;
    padding: 10px 0;
    display: block;
    font-size: 14px;
  }
}

.banner {
  width: 100%;
}

.banner .swiper-container {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.banner .swiper-slide {
  overflow: hidden;
}

.banner .swiper-pagination-bullets {
  bottom: 20px;
}

.banner .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.6);
  margin: 0 3px;
  display: inline-block;
  width: 42px;
  height: 5px;
  border-radius: none;
}

@media \0screen {
  .banner .swiper-pagination-bullet {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99FFFFFF, endcolorstr=#99FFFFFF);
  }
}

.banner .swiper-pagination-bullet-active {
  background-color: white;
}

@media \0screen {
  .banner .swiper-pagination-bullet-active {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FFFFFFFF, endcolorstr=#FFFFFFFF);
  }
}

.banner .bg {
  background-color: #333;
  width: 100%;
  height: 100%;
  position: relative;
  display: table;
}

.banner .bg .pc,
.banner .bg .mobile {
  display: block;
}

.banner .bg .mobile {
  display: none;
}

.banner .text {
  display: table-cell;
  vertical-align: middle;
  color: #ffffff;
  padding: 0 10%;
  font-size: 24px;
}

.banner .text .en {
  font-size: 1.3em;
  text-transform: uppercase;
}

.banner .text .cn {
  font-size: 2.6em;
}

.banner .text .desc {
  font-size: 1em;
  padding-top: 25px;
  padding-bottom: 20px;
}

.banner .text .link {
  font-size: .6em;
  display: inline-block;
  padding: 10px 20px;
  color: #ffffff;
  border: solid 1px;
}

.banner .swiper-slide-active .bg {
  animation: scaleUpDown 4s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media screen and (max-width: 991px) {
  .banner {
    padding-top: 95px;
  }

  .banner .swiper-pagination-bullet {
    width: 20px;
    height: 5px;
  }

  .banner .bg .pc {
    display: none;
  }

  .banner .bg .mobile {
    display: block;
  }

  .banner .text {
    text-align: center;
    font-size: 14px;
  }
}

@media screen and (max-width: 640px) {
  .banner {
    padding-top: 85px;
  }
}

@-webkit-keyframes scaleUpDown {
  from {
    transform: scale(1.08);
  }

  to {
    transform: scale(1);
  }
}

@keyframes scaleUpDown {
  from {
    transform: scale(1.08);
  }

  to {
    transform: scale(1);
  }
}

.home-swiper {
  padding: 3% 0 0;
}

.about-box {
  overflow: hidden;
}

.home-about {
  padding: 3% 0;
  position: relative;
  background: #f7f7f7 url("../img/about-bg.jpg") center top no-repeat;
  background-size: cover;
}

.home-about .home-title {
  text-align: left;
  padding: 0;
}

.home-about .bg {
  display: flex;
}

.home-about .text {
  width: 50%;
  background-size: cover;
  position: relative;
  padding: 0 3% 0 0;
}

.home-about .text .title {
  margin-bottom: 3%;
}

.home-about .text .title .en {
  font-size: 30px;
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.home-about .text .title .en:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 1em;
  height: 3px;
  background: #00bffe;
}

.home-about .text .title .cn {
  display: inline-block;
  font-size: 30px;
  font-weight: bold;
  position: relative;
  color: #01559b;
}

.home-about .text .num {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 1.2;
  border-radius: 999px;
  margin-right: 10px;
  text-align: center;
  background: #00bffe;
  color: #ffffff;
}

.home-about .text .em {
  font-size: 20px;
}

.home-about .text .desc {
  font-size: 16px;
  vertical-align: middle;
  width: 100%;
  line-height: 1.6;
  margin-bottom: 15px;
}

.home-about .text .desc .item {
  width: 50%;
  position: relative;
}

.home-about .text .desc .item:before {
  content: "-";
  margin-right: 3px;
  color: #00bffe;
}

.home-about .text .more {
  display: block;
  margin: 30px 0 30px;
}

.home-about .text .more .link {
  background: transparent;
  color: #00bffe;
  padding: 15px 48px;
  border: 1px solid;
  font-size: 16px;
}

.home-about .text .more .link:hover,
.home-about .text .more .link:focus {
  color: #ffffff;
  background: #00bffe;
}

.home-about .pic {
  position: relative;
  width: 50%;
  cursor: pointer;
}

.home-about .pic img {
  width: 100%;
}

.home-about.inner {
  padding: 15px;
  margin-bottom: 3%;
}

.about-title {
  border-bottom: solid 1px #e6e6e6;
  padding: 20px 0;
  font-size: 30px;
  text-align: center;
  margin-bottom: 3%;
  font-weight: bold;
  color: #000;
}

.about-img {
  text-align: center;
  margin: 5% 0 5%;
}

.home-video .video-js {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 67%;
}

.about-video {
  margin: 0 0 3%;
}

.about-video .item {
  width: 47.5%;
  text-align: center;
  margin-bottom: 3%;
}

.about-video .title {
  display: block;
  margin-top: 10px;
  font-size: 16px;
}

.about-video .video-js {
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 75%;
}

.about-video .video-js .vjs-big-play-button {
  height: 1.6em;
  width: 1.6em;
  margin-left: -0.8em;
  border-radius: 999px;
}

.swiper-about {
  position: relative;
}

.swiper-about .swiper-pagination {
  display: block;
  text-align: right;
  width: 100%;
}

.swiper-about .swiper-pagination-bullets {
  display: block;
}

.swiper-about .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.7);
  margin: 0 3px;
  display: inline-block;
  width: 5px;
  height: 5px;
}

.swiper-about .swiper-pagination-bullet-active {
  background: white;
}

.about-item {
  padding: 3% 0;
  background: #fff;
}

.about-item .bg {
  justify-content: space-between;
  display: flex;
}

.about-item .pic {
  width: 23.5%;
  overflow: hidden;
  position: relative;
  background: #ffffff;
}

.about-item .pic .link {
  position: relative;
  z-index: 2;
  display: block;
  height: 100%;
  background: #f8f8f8;
}

.about-item .pic .link .rect-pic {
  padding-bottom: 74%;
}

.about-item .pic .link .rect-pic img {
  width: 100%;
}

.about-item .pic .link .text {
  width: 100%;
  padding: 28px 20px;
  position: relative;
}

.about-item .pic .link .text .title {
  font-size: 24px;
}

.about-item .pic .link .text .desc {
  color: #999;
  font-size: 16px;
  margin: 20px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  min-height: 7.5em;
}

.about-item .pic .link .text:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  border: 10px solid transparent;
}

.about-item .pic .link .time {
  text-align: center;
}

.about-item .pic .link .date {
  display: inline-block;
  padding: 10px 0;
  vertical-align: middle;
  font-size: 16px;
  color: #999;
}

.about-item .pic .link .day {
  font-size: 14px;
}

.about-item .pic .link .more {
  display: inline-block;
}

.about-item .pic .link .more .icon {
  font-size: 36px;
  opacity: .75;
}

.about-item .pic .link:hover,
.about-item .pic .link:active,
.about-item .pic .link:focus {
  color: #ffffff;
  background: #00bffe;
}

.about-item .pic .link:hover .desc,
.about-item .pic .link:active .desc,
.about-item .pic .link:focus .desc {
  color: #ffffff;
}

.about-item .pic .link:hover .date,
.about-item .pic .link:active .date,
.about-item .pic .link:focus .date {
  color: #00bffe;
}

.about-item .pic .link:hover .rect-pic img,
.about-item .pic .link:active .rect-pic img,
.about-item .pic .link:focus .rect-pic img {
  transform: scale(1.1);
}

.about-item .pic .link:hover .ico,
.about-item .pic .link:active .ico,
.about-item .pic .link:focus .ico {
  filter: brightness(100);
}

.about-link {
  margin-top: 36px;
  display: flex;
  justify-content: space-between;
}

.about-link .item {
  width: 32%;
  display: block;
  background: #ebeef8;
  position: relative;
  padding: 25px;
}

.about-link .item:hover,
.about-link .item:focus,
.about-link .item:active {
  background: #00bffe;
  color: #ffffff;
}

.about-link .item:hover .ico,
.about-link .item:focus .ico,
.about-link .item:active .ico {
  filter: brightness(100);
}

.about-link .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  position: relative;
}

.about-link .title:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 16px;
  background: #bfbfbf;
  left: 50%;
  top: 10px;
}

.about-link .ico {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.about-link .cn {
  vertical-align: middle;
  font-size: 24px;
}

.about-link .en {
  font-size: 16px;
  vertical-align: middle;
  text-transform: uppercase;
}

.about-link .desc {
  font-size: 16px;
}

.about-bg {
  background: #00bffe;
  background-size: cover;
}

.about-list {
  display: flex;
  gap: 15px;
  margin-bottom: 5%;
}

.about-list .cn {
  padding: 6px 0;
  font-size: 24px;
  position: relative;
}

.about-list .cn:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  left: 0;
  top: 13px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(-45deg);
}

.about-list .desc {
  color: #999;
  font-size: 16px;
  text-align: center;
  margin: 24px 20px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.about-list .rect-box {
  padding-bottom: 56%;
}

.about-list .title {
  margin-top: 20px;
  max-width: 9em;
  color: #00bffe;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.about-list .link {
  width: 25%;
  display: flex;
  flex-direction: column;
  color: #333;
  background: #ffffff;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  padding: 56px 0;
  border: 1px solid #e6e6e6;
}

.about-list .link:hover,
.about-list .link:active {
  color: #ffffff;
  background: #01559b;
  box-shadow: 1px 0 3px 1px rgba(0, 0, 0, 0.1);
}

.about-list .link:hover .ico,
.about-list .link:active .ico {
  opacity: 1;
  filter: grayscale(100%) brightness(100);
}

.about-list .link:hover .title,
.about-list .link:active .title {
  color: #ffffff;
}

.about-list .link:hover .desc,
.about-list .link:active .desc {
  color: #ffffff;
}

.about-list .link.red {
  background: #f7f7f7;
}

.about-list .link.red:hover,
.about-list .link.red:active {
  color: #ffffff;
  background: #00bffe;
}

.home-culture {
  background: #fff url("../img/culture.jpg") 0 0 no-repeat;
  background-size: cover;
  color: #ffffff;
  display: flex;
  align-items: center;
}

.home-culture .text {
  line-height: 1.8;
  font-size: 16px;
  padding: 8%;
}

.home-partner .list {
  position: relative;
}

.home-partner .swiper-slide {
  padding: 5% 0;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-partner .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.home-partner .text {
  color: #ffffff;
}

.home-partner .title {
  font-size: 36px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.home-partner .title:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  height: 2px;
  width: 2em;
  background: #00bffe;
}

.home-partner .desc {
  max-width: 20em;
  font-size: 18px;
}

.home-partner .swiper-partner {
  position: absolute;
  left: 0;
  bottom: 36px;
  z-index: 999;
  height: 5px;
  width: 100%;
}

.home-partner .swiper-partner .swiper-pagination {
  display: block;
  width: 100%;
}

.home-partner .swiper-partner .swiper-pagination-bullets {
  display: block;
}

.home-partner .swiper-partner .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.6);
  margin: 0 3px;
  display: inline-block;
  width: 42px;
  height: 5px;
  border-radius: none;
}

@media \0screen {
  .home-partner .swiper-partner .swiper-pagination-bullet {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99FFFFFF, endcolorstr=#99FFFFFF);
  }
}

.home-partner .swiper-partner .swiper-pagination-bullet-active {
  background-color: #00bffe;
}

@media \0screen {
  .home-partner .swiper-partner .swiper-pagination-bullet-active {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FF00BFFE, endcolorstr=#FF00BFFE);
  }
}

.partner-list {
  padding: 3% 0;
}

.partner-list .item {
  width: 19%;
  margin: 1% 0;
}

.partner-list .cover {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #dbdbdb;
  height: 80px;
  width: 100%;
  margin-bottom: 10px;
}

.partner-list .link {
  display: block;
  text-align: center;
}

.partner-list .link .img {
  max-width: 80%;
  max-height: 80%;
}

.partner-list .link:hover .img,
.partner-list .link:active .img,
.partner-list .link:focus .img {
  transform: scale(1.05);
}

.speech {
  background: #edf0f5;
}

.speech .text {
  line-height: 1.8;
  padding: 0 3%;
}

.speech .text p {
  padding-bottom: .5em;
}

.speech .cover {
  padding-left: 15px;
  float: right;
}

.speech .ico {
  display: inline-block;
  vertical-align: bottom;
}

.about {
  padding: 5% 0;
}

.about .bg {
  overflow: hidden;
}

.about .text {
  width: 50%;
  background: #00bffe url("../img/home.jpg") center top no-repeat;
  color: #ffffff;
  padding: 4% 5% 0 5%;
  padding-bottom: 999px;
  margin-bottom: -999px;
}

.about .text .title {
  font-size: 24px;
}

.about .text .desc {
  padding: 4% 0;
  font-size: 24px;
  line-height: 1.8;
}

.about .text .desc p {
  padding-bottom: .8em;
}

.about .text .small {
  padding: 2% 0;
}

.about .text .more {
  margin-top: 3%;
}

.about .text .more .link {
  display: inline-block;
  border: solid 1px;
  color: #ffffff;
  padding: 10px 48px;
  position: relative;
  z-index: 0;
}

.about .text .more .link:before {
  position: absolute;
  left: 50%;
  top: 0;
  width: 0;
  height: 100%;
  content: "";
  background: #01559b;
  z-index: -1;
}

.about .text .more .link:hover,
.about .text .more .link:focus,
.about .text .more .link:active {
  color: #ffffff;
  border-color: #01559b;
}

.about .text .more .link:hover:before,
.about .text .more .link:focus:before,
.about .text .more .link:active:before {
  left: 0;
  width: 100%;
}

.about .text.poster {
  background: #000 url("../img/poster.jpg");
  position: relative;
}

.about .text .inner {
  padding: 20% 0 0 6%;
  text-align: center;
}

.about .text .cn {
  font-size: 32px;
}

.about .text .en {
  font-size: 24px;
  text-transform: uppercase;
  padding: 15px 0;
}

.about .text .btn {
  color: #ffffff;
  border: solid 1px;
  display: inline-block;
}

.about .text .btn .ico {
  width: 48px;
  height: 48px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background: #ffffff;
}

.about .text .btn .ico:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -10px;
  margin-left: -5px;
  content: "";
  border: solid 10px transparent;
  border-left-color: #01559b;
}

.about .text .btn .link {
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  position: relative;
  line-height: 48px;
  z-index: 0;
}

.about .text .btn:hover,
.about .text .btn:focus,
.about .text .btn:active {
  color: #01559b;
  border: solid 1px;
}

.about .text .btn:hover .ico,
.about .text .btn:focus .ico,
.about .text .btn:active .ico {
  background: #01559b;
}

.about .text .btn:hover .ico:before,
.about .text .btn:focus .ico:before,
.about .text .btn:active .ico:before {
  border-left-color: #ffffff;
}

.about .pic {
  position: relative;
  width: 50%;
}

.about .pic img {
  width: 100%;
}

.about .pic .swiper-pagination-bullets {
  width: 100%;
  bottom: 10px;
}

.about .pic .swiper-pagination-bullet {
  margin: 0 3px;
  width: 30px;
  height: 3px;
  background-color: rgba(51, 51, 51, 0.75);
}

@media \0screen {
  .about .pic .swiper-pagination-bullet {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#BF333333, endcolorstr=#BF333333);
  }
}

.about .pic .swiper-pagination-bullet-active {
  background-color: #00bffe;
}

@media \0screen {
  .about .pic .swiper-pagination-bullet-active {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FF00BFFE, endcolorstr=#FF00BFFE);
  }
}

.about.padding {
  padding: 0;
}

.about-inner {
  padding: 5% 0;
}

.about-inner .item {
  position: relative;
}

.about-inner .item:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background: #1b1b1b url("../img/company-bg.jpg") 0 0 no-repeat;
  background-size: cover;
  z-index: 0;
}

.about-inner .text {
  width: 50%;
  vertical-align: middle;
  color: #ffffff;
}

.about-inner .text .desc {
  padding: 5%;
  position: relative;
  z-index: 2;
}

.about-inner .text .sign {
  text-align: right;
}

.about-inner .text .sign .name {
  display: inline-block;
  margin-left: 10px;
}

.about-inner .text .sign img {
  display: inline-block;
}

.about-inner .text .title .en {
  font-size: 16px;
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
}

.about-inner .text .title .en:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 4em;
  height: 1px;
  bottom: 0;
  background: #ffffff;
}

.about-inner .text .title .cn {
  font-size: 30px;
  position: relative;
  font-weight: bold;
  display: block;
}

.about-inner .text .summary {
  line-height: 1.8;
  padding: 5% 0;
}

.about-inner .pic {
  vertical-align: middle;
  position: relative;
  width: 50%;
}

.about-inner .pic img {
  width: 100%;
}

.about-inner .pic .swiper-pagination-bullets {
  width: 100%;
  text-align: center;
  bottom: 15px;
}

.about-inner .pic .swiper-pagination-bullet {
  margin: 0 3px;
  width: 10px;
  height: 10px;
  background: #00bffe;
}

.about-inner .pic .swiper-pagination-bullet-active {
  background: #ffffff;
  width: 20px;
}

.culture {
  padding: 5% 0;
  background: #f7f7f7 url("../img/culture-bg.jpg") center top no-repeat;
  background-size: cover;
}

.culture-list {
  padding: 3% 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.culture-list .item {
  display: block;
  width: 18.5%;
}

.culture-list .item:hover,
.culture-list .item:active {
  box-shadow: 2px 0 5px 2px rgba(0, 0, 0, 0.1);
  color: #ffffff;
}

.culture-list .item:hover .rect-box,
.culture-list .item:active .rect-box {
  background: #00bffe;
}

.culture-list .item:hover .ico img,
.culture-list .item:active .ico img {
  filter: grayscale(100%) brightness(100);
}

.culture-list .rect-box {
  background: #dce2e9;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 100%;
}

.culture-list .text {
  padding-top: 10%;
}

.culture-list .cn {
  font-size: 24px;
  text-align: center;
}

.culture-list .en {
  color: #00bffe;
}

.culture-list .ico {
  margin-top: 20px;
  text-align: center;
}

.culture-list .desc {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  padding-top: 10px;
}

.culture-list .small {
  padding-top: 10px;
  position: absolute;
  bottom: 0;
}

.culture-list .small:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 2em;
  height: 2px;
  background: #00bffe;
}

.testing {
  padding: 5% 0;
}

.testing .bg {
  position: relative;
}

.testing .bg:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 26%;
  height: 100%;
  background: #00bffe;
  background-size: cover;
  z-index: 0;
}

.testing .text {
  width: 26%;
  position: relative;
  z-index: 9;
  color: #ffffff;
  padding: 2%;
}

.testing .text .cn {
  padding-top: 25%;
  font-size: 24px;
}

.testing .text .desc {
  padding: 10% 0;
  line-height: 1.8;
}

.testing .text .more {
  border: solid 1px #ffffff;
  padding: 10px 36px;
  display: inline-block;
  color: #ffffff;
}

.testing .text .more:hover,
.testing .text .more:active {
  background: #01559b;
  border: solid 1px #01559b;
}

.testing .pic {
  position: relative;
  width: 73%;
}

.testing .test-list .item {
  width: 49%;
  margin-bottom: 1%;
}

.testing .test-list .item:hover .rect-pic img {
  transform: scale(1.1);
}

.testing .test-list .item:nth-child(3n),
.testing .test-list .item:nth-child(4n) {
  margin-bottom: 0;
}

.testing .test-list .rect-pic {
  padding-bottom: 56%;
}

.testing .test-list .rect-pic img {
  width: 100%;
}

.equipment {
  padding: 3% 0;
  position: relative;
}

.equipment:before {
  position: absolute;
  content: "";
  height: 40%;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #00bffe;
}

.equipment .list {
  position: relative;
}

.equipment .rect-pic {
  position: relative;
  padding-bottom: 63%;
}

.equipment .rect-pic img {
  width: 100%;
}

.equipment .title {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 100%;
  padding: 10px 0 0;
  background: #fff;
}

.equipment .link:hover .rect-pic img,
.equipment .link:active .rect-pic img,
.equipment .link:focus .rect-pic img {
  transform: scale(1.1);
}

.equipment .link:hover .title,
.equipment .link:active .title,
.equipment .link:focus .title {
  color: #00bffe;
}

.equipment .swiper-slide-prev .title,
.equipment .swiper-slide-active .title,
.equipment .swiper-slide-next .title {
  color: #00bffe;
}

.swiper-equipment {
  width: 100%;
  position: relative;
  margin-top: 10px;
}

.swiper-equipment .swiper-pagination {
  display: none;
  width: 100%;
}

.swiper-equipment .swiper-button-prev,
.swiper-equipment .swiper-button-next {
  width: 55px;
  height: 55px;
  background-size: 26px 26px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 999px;
  background-repeat: no-repeat;
  display: none;
}

.swiper-equipment .swiper-button-prev:hover,
.swiper-equipment .swiper-button-prev:active,
.swiper-equipment .swiper-button-prev:focus,
.swiper-equipment .swiper-button-next:hover,
.swiper-equipment .swiper-button-next:active,
.swiper-equipment .swiper-button-next:focus {
  background-color: #00bffe;
}

.swiper-equipment .swiper-button-prev {
  left: 2%;
  background-image: url("../img/prev.png");
}

.swiper-equipment .swiper-button-next {
  right: 2%;
  background-image: url("../img/next.png");
}

.swiper-equipment .swiper-pagination-bullets {
  width: 100%;
}

.swiper-equipment .swiper-pagination-bullet {
  margin: 0 3px;
  width: 20px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.7);
}

@media \0screen {
  .swiper-equipment .swiper-pagination-bullet {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#B3FFFFFF, endcolorstr=#B3FFFFFF);
  }
}

.swiper-equipment .swiper-pagination-bullet-active {
  background-color: white;
}

@media \0screen {
  .swiper-equipment .swiper-pagination-bullet-active {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FFFFFFFF, endcolorstr=#FFFFFFFF);
  }
}

.home-certificate {
  padding: 3% 0 25px;
}

.home-certificate .box {
  vertical-align: middle;
}

.home-certificate .list {
  position: relative;
  margin-top: 25px;
}

.home-certificate .rect-pic {
  padding-bottom: 138%;
}

.home-certificate .rect-pic .img {
  width: 100%;
}

.home-certificate .link {
  padding: 15px;
  border: solid 1px #dfdfdf;
  display: block;
}

.home-certificate .link .title {
  padding: 10px 0 0;
  text-align: center;
}

.home-certificate .link .rect-pic .img {
  display: block;
}

.home-certificate .link:hover,
.home-certificate .link:active,
.home-certificate .link:focus {
  color: #01559b;
}

.home-certificate .link:hover .rect-pic .img,
.home-certificate .link:active .rect-pic .img,
.home-certificate .link:focus .rect-pic .img {
  transform: scale(1.1);
}

.home-certificate .swiper-honor .swiper-pagination {
  display: none;
}

.home-certificate .swiper-honor .swiper-button-prev,
.home-certificate .swiper-honor .swiper-button-next {
  width: 48px;
  height: 48px;
  background-size: 28px 28px;
}

.home-certificate .swiper-honor .swiper-button-prev {
  left: -10px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6JyBmaWxsPScjNTg1ODU4Jy8+PC9zdmc+");
}

.home-certificate .swiper-honor .swiper-button-next {
  right: -16px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnonIGZpbGw9JyM1ODU4NTgnLz48L3N2Zz4=");
}

.home-certificate.inner {
  padding: 5% 0 7%;
  background: #efefef;
}

.home-certificate.inner .swiper-slide {
  transform: scale(1);
}

.home-certificate.inner .swiper-slide .cn {
  height: 0;
  display: none;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  padding: 15px 0;
  color: #ffffff;
  background-color: rgba(0, 191, 254, 0.75);
}

@media \0screen {
  .home-certificate.inner .swiper-slide .cn {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#BF00BFFE, endcolorstr=#BF00BFFE);
  }
}

.home-certificate.inner .swiper-slide-active .cn {
  height: auto;
  display: block;
  opacity: 1;
}

.home-certificate.inner .swiper-honor {
  margin: 36px 0 0;
  position: relative;
}

.home-certificate.inner .swiper-honor .swiper-button-prev,
.home-certificate.inner .swiper-honor .swiper-button-next {
  height: 48px;
  width: 48px;
  border-radius: 999px;
  left: 50%;
  background-color: rgba(255, 174, 0, 0.6);
}

.home-certificate.inner .swiper-honor .swiper-button-prev:hover,
.home-certificate.inner .swiper-honor .swiper-button-next:hover {
  background-color: rgba(255, 174, 0, 0.85);
}

.home-certificate.inner .swiper-honor .swiper-button-prev {
  margin-left: -56px;
}

.home-certificate.inner .swiper-honor .swiper-button-next {
  margin-right: -56px;
}

.home-certificate.inner .rect-link:hover .cn,
.home-certificate.inner .rect-link:active .cn,
.home-certificate.inner .rect-link:focus .cn {
  height: auto;
  display: block;
  opacity: 1;
}

.certificate {
  padding: 3% 0;
}

.certificate .list {
  position: relative;
  margin: 0 -15px;
}

.certificate .item {
  float: left;
  width: 25%;
}

.certificate .link {
  margin: 15px;
  display: block;
  padding: 0;
}

.certificate .link img {
  width: 100%;
}

.certificate .link .rect-pic {
  padding-bottom: 138%;
}

.certificate .link .title {
  margin-top: 5px;
  text-align: center;
  padding: 10px 0;
  border: solid 1px transparent;
}

.certificate .link:hover .rect-pic img,
.certificate .link:active .rect-pic img,
.certificate .link:focus .rect-pic img {
  transform: scale(1.1);
}

.certificate .link:hover .title,
.certificate .link:active .title,
.certificate .link:focus .title {
  color: #00bffe;
  border: solid 1px #00bffe;
}

.video-bottom {
  margin: 3% 0;
  text-align: center;
}

.video-bottom .rect-link {
  padding-bottom: 31%;
  background: url("../img/video.jpg") 50% 0 no-repeat;
  background-size: cover;
}

.video-bottom .text {
  padding-top: 8%;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  color: #ffffff;
}

.video-bottom .title {
  padding-top: 20px;
  padding-bottom: 5px;
  font-size: 24px;
}

.video-bottom .desc {
  font-size: 18px;
}

.video-bottom .vjs-poster {
  background-position: 50% 0;
  background-size: auto;
}

.video-bottom .video-js {
  height: 400px;
  width: 100%;
}

.video-bottom .vjs-tech {
  object-fit: cover;
}

.job-list {
  margin-top: 3%;
}

.job-list .list-title {
  font-size: 36px;
}

.job-list .list-desc {
  font-size: 18px;
  margin-bottom: 20px;
}

.job-list .item {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  padding: 24px 0;
}

.job-list .item.thead {
  background: #01559b;
  color: #ffffff;
}

.job-list .item-td {
  text-align: center;
}

.job-list .item-td:nth-child(1) {
  width: 15%;
}

.job-list .item-td:nth-child(2) {
  width: 27%;
}

.job-list .item-td:nth-child(3) {
  width: 15%;
}

.job-list .item-td:nth-child(4) {
  width: 28%;
}

.job-list .item-td:nth-child(5) {
  width: 15%;
}

.service {
  margin-top: 3%;
}

.service .item {
  width: 32.5%;
  margin-bottom: 2.5%;
  text-align: center;
}

.service .item.none {
  margin-bottom: 0;
}

.service .rect-box {
  padding-bottom: 56%;
}

.service .link {
  display: block;
  background: #eaeef1;
}

.service .ico {
  padding-top: 12%;
  margin-bottom: 10px;
}

.service-list .item {
  width: 23.5%;
  text-align: center;
}

.service-list .rect-box {
  position: relative;
  background: #f7f7f7;
  padding-bottom: 90%;
}

.service-list .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.service-list .title {
  font-size: 20px;
  opacity: .7;
}

.service-list .desc {
  font-size: 20px;
}

.quality {
  padding: 3% 0;
  display: flex;
}

.quality .pic {
  width: 50%;
}

.quality .pic .img {
  height: 100%;
}

.quality .text {
  width: 50%;
  background: #f8f8f8;
  padding: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.quality .title {
  font-size: 36px;
}

.quality .desc {
  font-size: 16px;
  margin: 3% 0 10%;
}

.quality .link {
  align-self: start;
  border: 1px solid #00bffe;
  display: inline-block;
  padding: 12px 64px;
}

.quality .link:hover,
.quality .link:active {
  background: #00bffe;
  color: #ffffff;
}

.company {
  padding: 2% 0 6%;
  background: #edf1f5 url("../img/company-bg.png") 50% 0 no-repeat;
}

.company .list {
  position: relative;
}

.company .link {
  display: block;
  background: #ffffff;
}

.company .rect-pic {
  padding-bottom: 120%;
}

.company .rect-pic img {
  width: 100%;
}

.company .pic {
  vertical-align: middle;
  width: 38%;
}

.company .text {
  vertical-align: middle;
  width: 62%;
  padding: 0 4%;
}

.company .ico {
  padding-bottom: 15px;
}

.company .desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.company .swiper-company {
  position: relative;
  margin-top: 48px;
}

.company .swiper-company .swiper-pagination {
  display: none;
}

.company .swiper-company .swiper-button-prev,
.company .swiper-company .swiper-button-next {
  width: 48px;
  height: 48px;
  background-size: 20px 20px;
  background-color: #999;
}

.company .swiper-company .swiper-button-prev:hover,
.company .swiper-company .swiper-button-prev:active,
.company .swiper-company .swiper-button-prev:focus,
.company .swiper-company .swiper-button-next:hover,
.company .swiper-company .swiper-button-next:active,
.company .swiper-company .swiper-button-next:focus {
  background-color: #01559b;
}

.company .swiper-company .swiper-button-prev {
  left: 50%;
  margin-left: -64px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyA0NCI+PHBhdGggZD0iTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6IiBmaWxsPSIjZmZmZmZmIi8+PC9zdmc+);
}

.company .swiper-company .swiper-button-next {
  right: 50%;
  margin-right: -64px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyA0NCI+PHBhdGggZD0iTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnoiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=);
}

@media screen and (max-width: 991px) {
  .about-item .bg {
    flex-direction: column;
  }

  .about-item .pic {
    width: 100%;
    flex: 0 1 100%;
  }

  .about-item .list {
    width: 100%;
    flex: 0 1 100%;
  }

  .culture-list .item {
    width: 48.5%;
    margin: 10px 0;
  }

  .culture-list .rect-box {
    padding-bottom: 64%;
  }

  .company .swiper-company {
    margin-top: 5px;
    position: relative;
  }

  .company .swiper-company .swiper-button-prev,
  .company .swiper-company .swiper-button-next {
    display: none;
  }

  .company .swiper-company .swiper-pagination {
    display: block;
    width: 100%;
  }

  .company .swiper-company .swiper-pagination-bullets {
    display: block;
  }

  .company .swiper-company .swiper-pagination-bullet {
    background: #999;
    margin: 0 3px;
    display: inline-block;
    width: 5px;
    height: 5px;
  }

  .company .swiper-company .swiper-pagination-bullet-active {
    background: #00bffe;
  }

  .home-about .bg {
    flex-direction: column;
  }

  .home-about .text {
    width: 100%;
  }

  .home-about .text .more .link {
    text-align: center;
    padding: 10px 0;
    display: block;
    font-size: 14px;
  }

  .home-about .pic {
    width: 100%;
  }

  .equipment .swiper-equipment {
    height: 5px;
  }

  .equipment .swiper-equipment .swiper-pagination {
    bottom: 0;
    display: block;
  }

  .equipment .swiper-equipment .swiper-button-prev,
  .equipment .swiper-equipment .swiper-button-next {
    display: none;
  }

  .home-certificate .swiper-honor .swiper-button-prev,
  .home-certificate .swiper-honor .swiper-button-next {
    display: none;
  }

  .home-certificate .swiper-honor .swiper-pagination {
    display: block;
    width: 100%;
  }

  .home-certificate .swiper-honor .swiper-pagination-bullets {
    display: block;
  }

  .home-certificate .swiper-honor .swiper-pagination-bullet {
    background: #999;
    margin: 0 3px;
    display: inline-block;
    width: 5px;
    height: 5px;
  }

  .home-certificate .swiper-honor .swiper-pagination-bullet-active {
    background: #00bffe;
  }

  .home-certificate.inner .swiper-honor {
    margin-top: 0;
  }

  .about .text,
  .about .pic {
    width: 100%;
  }

  .about .text {
    padding: 5%;
    margin: 0;
  }

  .about .text .inner {
    padding: 10% 0;
  }

  .testing .bg:after {
    display: none;
  }

  .testing .text,
  .testing .pic {
    width: 100%;
  }

  .testing .text {
    padding: 5%;
    margin-bottom: 5px;
    background: #00bffe;
  }

  .testing .text .cn {
    padding-top: 0;
  }

  .testing .text .desc {
    padding: 2% 0;
  }

  .partner-list .item {
    width: 31.5%;
  }

  .certificate .item {
    width: 33.33%;
  }

  .service .item {
    width: 48.5%;
  }

  .service-list .item {
    width: 48.5%;
  }

  .quality {
    flex-direction: column;
  }

  .quality .pic,
  .quality .text {
    width: 100%;
  }

  .quality .text {
    padding: 5%;
  }

  .about-list {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0;
  }

  .about-list .link {
    width: 48.5%;
    margin: 15px 0;
  }

  .about-link {
    flex-direction: column;
  }

  .about-link .item {
    width: 100%;
    margin-bottom: 15px;
  }

  .video-bottom .rect-link {
    padding-bottom: 45%;
  }
}

@media screen and (max-width: 640px) {
  .about-item {
    padding: 3% 0;
  }

  .about-item .pic {
    margin: 10px 0;
  }

  .about-item .pic .link .text {
    padding: 20px 15px;
  }

  .about-item .pic .link .text .title {
    font-size: 20px;
  }

  .about-item .pic .link .text .desc {
    margin: 10px 0;
    font-size: 14px;
    min-height: auto;
  }

  .about-title {
    font-size: 20px;
  }

  .culture-list .item {
    width: 100%;
  }

  .culture-list .cn {
    font-size: 18px;
  }

  .culture-list .desc {
    width: 96%;
    font-size: 12px;
    padding-top: 5px;
  }

  .culture-list .ico {
    margin-top: 10px;
  }

  .culture-list .ico img {
    width: 64px;
  }

  .culture-list .rect-box {
    padding-bottom: 38%;
  }

  .service .ico {
    padding-top: 15px;
    margin-bottom: 0;
  }

  .service .img {
    width: 36px;
  }

  .service .item {
    width: 48.5%;
  }

  .service .desc {
    padding: 0 15px;
    font-size: 12px;
  }

  .service-list .title {
    font-size: 18px;
  }

  .service-list .desc {
    font-size: 18px;
  }

  .quality {
    margin: 30px 0;
    padding: 0;
  }

  .quality .pic .img {
    height: auto;
  }

  .quality .title {
    font-size: 24px;
  }

  .quality .desc {
    margin: 3% 0;
    font-size: 14px;
  }

  .quality .link {
    padding: 10px 36px;
  }

  .video-bottom .rect-link {
    padding-bottom: 50%;
  }

  .video-bottom .ico {
    width: 36px;
  }

  .video-bottom .title {
    line-height: 1.2;
    font-size: 14px;
    padding: 15px 20px 10px;
  }

  .video-bottom .video-js {
    height: 220px;
  }

  .video-bottom .desc {
    font-size: 12px;
  }

  .job-list .list-title {
    font-size: 20px;
  }

  .job-list .list-desc {
    font-size: 14px;
  }

  .job-list .item {
    padding: 15px 0;
    font-size: 14px;
    overflow: auto;
    width: 100vw;
  }

  .job-list .item-td {
    display: inline-block;
    flex-shrink: 0;
    width: 20% !important;
  }

  .home-swiper {
    padding-bottom: 0;
  }

  .home-video .video-js {
    padding-bottom: 75%;
  }

  .about-video .item {
    width: 100%;
  }

  .about .text .desc {
    font-size: 18px;
  }

  .about-list .link {
    font-size: 18px;
    padding: 20px 0;
  }

  .about-list .desc {
    font-size: 12px;
    margin-top: 10px;
  }

  .about-list .ico {
    width: 56px;
  }

  .about-list.inner .about-container {
    width: 100%;
  }

  .about-list.white .list-item {
    width: 32.5%;
    border-right: solid 1px #dcdddd;
  }

  .about-list.white .list-item:last-child {
    border-right: solid 1px transparent !important;
  }

  .about-list.white .about-container {
    width: 100%;
  }

  .about-list .list-item {
    width: 48.5%;
    border-right: solid 1px transparent;
    font-size: 14px;
  }

  .about-list .list-item:nth-child(odd) {
    border-right: solid 1px #dcdddd;
  }

  .about-list .em {
    font-size: 20px;
  }

  .about-list .em:after {
    font-size: 20px;
  }

  .about-link .item {
    padding: 15px;
  }

  .about-link .cn {
    font-size: 20px;
  }

  .about-link .en {
    font-size: 14px;
  }

  .about-link .desc {
    height: 6em;
    font-size: 14px;
  }

  .swiper-about .swiper-pagination {
    padding-right: 15px;
  }

  .home-partner .swiper-slide {
    padding: 5% 0 8%;
  }

  .home-partner .item {
    flex-direction: column;
    align-items: start;
  }

  .home-partner .text {
    width: 100%;
    text-align: center;
  }

  .home-partner .title {
    font-size: 24px;
  }

  .home-partner .title:after {
    left: 50%;
    margin-left: -1em;
  }

  .home-partner .desc {
    max-width: 100%;
    font-size: 16px;
  }

  .home-partner .swiper-partner {
    bottom: 20px;
  }

  .home-partner .swiper-partner .swiper-pagination-bullet {
    width: 20px;
    height: 3px;
  }

  .partner-list .item {
    width: 48.5%;
  }

  .partner-list .cover {
    height: 60px;
  }

  .partner-list .link .img {
    max-width: none;
    max-height: 40px !important;
    height: 40px !important;
  }

  .certificate .item {
    width: 50%;
  }

  .equipment {
    padding: 0 0 3%;
  }

  .home-about .text {
    padding: 15px 0;
  }

  .home-about .text .cn {
    font-size: 20px;
  }

  .home-about .text .en {
    padding: 5px 0;
    font-size: 14px;
  }

  .home-about .text .title .en,
  .home-about .text .title .cn {
    font-size: 24px;
  }

  .home-about .text .btn .ico {
    width: 30px;
    height: 30px;
  }

  .home-about .text .btn .ico:before {
    margin-top: -6px;
    margin-left: -3px;
    border: solid 6px transparent;
    border-left-color: #01559b;
  }

  .home-about .text .btn .link {
    line-height: 30px;
    font-size: 12px;
  }

  .home-certificate {
    padding-top: 0;
    padding-bottom: 0;
  }

  .home-certificate .list {
    margin-top: 15px;
    padding-bottom: 20px;
  }

  .home-certificate .link {
    padding: 10px;
  }

  .speech .cover {
    float: none;
    padding-left: 0;
  }

  .speech .ico {
    width: 80px;
  }

  .company .desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

.home-super {
  padding: 3% 0 3%;
}

.home-super .bg {
  display: flex;
  background: #f8f8f8;
}

.home-super .text {
  width: 50%;
}

.home-super .pic {
  width: 50%;
}

.home-super .title {
  margin-bottom: 3%;
}

.home-super .title .cn {
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  position: relative;
  color: #333;
}

.home-super .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100%;
}

.home-super .list .list-item {
  width: 50%;
  font-size: 16px;
  padding-left: 10%;
  padding-top: 10%;
}

.home-super .list .em {
  font-size: 48px;
  position: relative;
  line-height: 1;
  color: #01559b;
  font-weight: bold;
}

.home-super .list .em:after {
  font-size: 48px;
  font-weight: bold;
  content: "+";
}

.home-super .list .em.none:after {
  display: none;
}

.super {
  padding: 5% 0;
  background: #f8f8f8;
}

.super-nav .box {
  vertical-align: middle;
}

.super-nav .title {
  margin: 0 auto;
  text-align: center;
  font-size: 36px;
}

.super-nav .desc {
  margin: 3% auto;
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  opacity: 0.6;
}

.super-nav .list {
  width: 100%;
}

.super-list {
  display: flex;
  justify-content: space-between;
}

.super-list .link {
  width: 24%;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.super-list .link:hover .more:before,
.super-list .link:active .more:before {
  width: 100%;
  left: 0;
  border-radius: 0;
}

.super-list .link:hover .img,
.super-list .link:active .img {
  animation: heart 1.2s infinite linear;
}

.super-list .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  background: #ffffff;
  border-radius: 999px;
  padding: 24px 20px;
}

.super-list .desc {
  flex: 1;
  margin-top: 20px;
  font-size: 16px;
}

.super-list .title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

.super-list .ico {
  width: 64px;
  height: 64px;
  background: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  align-self: center;
  position: relative;
  bottom: -20px;
}

.super-list .more {
  margin-top: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 36px;
  text-align: center;
  position: relative;
  top: -15px;
  background: #333;
  color: #ffffff;
  z-index: 2;
}

.super-list .more:before {
  z-index: -1;
  position: absolute;
  content: "";
  height: 100%;
  background: #00bffe;
  width: 0;
  left: 50%;
  border-radius: 99px;
}

.super-list .em {
  font-size: 48px;
  position: relative;
  line-height: 1;
  color: #ffffff;
  font-style: italic;
  font-weight: bold;
}

.super-list .em:after {
  font-size: 48px;
  font-weight: bold;
  content: "+";
}

.super-list .em.none:after {
  display: none;
}

@keyframes heart {
  20% {
    transform: scale(1.2);
    opacity: 0.6;
  }

  60% {
    transform: scale(1.3);
    opacity: 0.3;
  }

  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}

.super-focus {
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  background: #00bffe;
  padding: 32px 0;
}

.super-focus .item {
  width: 33.33%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid;
}

.super-focus .item:last-child {
  border-right: none;
}

.super-focus .ico {
  margin-right: 10px;
}

.super-focus .cn {
  font-size: 24px;
  line-height: 1;
}

.super-focus .en {
  margin-top: 5px;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .home-super .list .list-item {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .super-nav .title {
    font-size: 28px;
  }

  .super-list {
    flex-wrap: wrap;
  }

  .super-list .link {
    width: 48.5%;
    margin: 10px 0;
  }

  .super-focus .ico {
    width: 48px;
    margin-right: 5px;
  }

  .super-focus .cn {
    font-size: 20px;
  }

  .super-focus .en {
    font-size: 12px;
  }

  .home-super .list .em {
    font-size: 36px;
  }

  .home-super .list .em:after {
    font-size: 36px;
  }
}

@media screen and (max-width: 640px) {
  .home-super .bg {
    flex-direction: column;
  }

  .home-super .text {
    width: 100%;
  }

  .home-super .pic {
    width: 100%;
  }

  .home-super .title .cn {
    font-size: 24px;
  }

  .home-super .list .list-item {
    padding-left: 8%;
    font-size: 14px;
  }

  .home-super .list .em {
    font-size: 24px;
  }

  .home-super .list .em:after {
    font-size: 24px;
  }

  .super .home-title {
    padding: 0;
    margin: 0;
  }

  .super-nav .title {
    width: 80%;
    font-size: 20px;
  }

  .super-nav .desc {
    font-size: 14px;
  }

  .super-nav .list {
    width: 100%;
  }

  .super-list .link {
    width: 100%;
    margin: 20px 0;
  }

  .super-list .text {
    border-radius: 20px;
  }

  .super-list .title {
    font-size: 20px;
  }

  .super-focus {
    padding: 16px 0;
  }

  .super-focus .item {
    flex-direction: column;
  }

  .super-focus .ico {
    width: 40px;
    margin-right: 0;
    margin-bottom: 5px;
  }

  .super-focus .cn {
    text-align: center;
    font-size: 16px;
  }

  .super-focus .en {
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    transform: scale(0.85);
  }

  .super-focus .dib {
    display: block;
  }
}

.honor {
  padding: 5% 0 0;
}

.honor .list {
  width: 100%;
  position: relative;
}

.honor .swiper-honor .swiper-pagination {
  display: none;
}

.honor .swiper-honor .swiper-button-prev,
.honor .swiper-honor .swiper-button-next {
  width: 40px;
  height: 60px;
  margin-top: -30px;
  background-size: 20px 20px;
  border: solid 1px transparent;
  background-color: rgba(0, 0, 0, 0.6);
}

.honor .swiper-honor .swiper-button-prev:hover,
.honor .swiper-honor .swiper-button-prev:active,
.honor .swiper-honor .swiper-button-prev:focus,
.honor .swiper-honor .swiper-button-next:hover,
.honor .swiper-honor .swiper-button-next:active,
.honor .swiper-honor .swiper-button-next:focus {
  background-color: #01559b;
}

.honor .swiper-honor .swiper-button-prev {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyA0NCI+PHBhdGggZD0iTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6IiBmaWxsPSIjZmZmZmZmIi8+PC9zdmc+);
}

.honor .swiper-honor .swiper-button-next {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyA0NCI+PHBhdGggZD0iTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnoiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=);
}

.honor-list .link {
  position: relative;
  display: block;
}

.honor-list .link .rect-pic {
  border: solid 1px #b6b6b6;
  padding-bottom: 100%;
}

.honor-list .link .rect-pic .img {
  width: 100%;
}

.honor-list .link:hover,
.honor-list .link:active {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.honor-list .link:hover .img,
.honor-list .link:active .img {
  transform: scale(1.1);
}

@media screen and (max-width: 640px) {
  .honor .swiper-honor {
    top: -15px;
    position: relative;
  }

  .honor .swiper-honor .swiper-button-prev,
  .honor .swiper-honor .swiper-button-next {
    display: none;
  }

  .honor .swiper-honor .swiper-pagination {
    display: block;
    width: 100%;
  }

  .honor .swiper-honor .swiper-pagination-bullets {
    display: block;
  }

  .honor .swiper-honor .swiper-pagination-bullet {
    background: #999;
    margin: 0 3px;
    display: inline-block;
    width: 5px;
    height: 5px;
  }

  .honor .swiper-honor .swiper-pagination-bullet-active {
    background: #00bffe;
  }

  .honor-list {
    padding: 15px 0;
  }

  .honor-list .item {
    width: 48.5%;
  }

  .honor-list .link {
    padding: 8px;
  }

  .honor-list .link .pic-bg .em {
    font-size: 18px;
  }
}

.news {
  padding: 3% 0;
  background: #fff;
}

.news .bg {
  justify-content: space-between;
  display: flex;
}

.news .pic {
  width: 31.5%;
  overflow: hidden;
  position: relative;
  background: #ffffff;
}

.news .pic .link {
  position: relative;
  z-index: 2;
  display: block;
  height: 100%;
  background: #f8f8f8;
}

.news .pic .link .rect-pic {
  padding-bottom: 53%;
}

.news .pic .link .rect-pic img {
  width: 100%;
}

.news .pic .link .text {
  width: 100%;
  padding: 36px 20px;
  position: relative;
}

.news .pic .link .text .title {
  min-height: 2.8em;
  font-size: 24px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news .pic .link .text .desc {
  color: #999;
  font-size: 16px;
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  margin: 20px 0;
}

.news .pic .link .text:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  border: 10px solid transparent;
}

.news .pic .link .time {
  text-align: center;
}

.news .pic .link .date {
  display: inline-block;
  padding: 10px 0;
  vertical-align: middle;
  font-size: 16px;
  color: #999;
}

.news .pic .link .day {
  font-size: 14px;
}

.news .pic .link .more {
  display: inline-block;
}

.news .pic .link .more .icon {
  font-size: 36px;
  opacity: .75;
}

.news .pic .link:hover,
.news .pic .link:active,
.news .pic .link:focus {
  color: #ffffff;
  background: #00bffe;
}

.news .pic .link:hover .desc,
.news .pic .link:active .desc,
.news .pic .link:focus .desc {
  color: #ffffff;
}

.news .pic .link:hover .date,
.news .pic .link:active .date,
.news .pic .link:focus .date {
  color: #00bffe;
}

.news .pic .link:hover .rect-pic img,
.news .pic .link:active .rect-pic img,
.news .pic .link:focus .rect-pic img {
  transform: scale(1.1);
}

.news .pic .link:hover .ico,
.news .pic .link:active .ico,
.news .pic .link:focus .ico {
  filter: brightness(100);
}

.news .list {
  position: relative;
  width: 48.5%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news .list .link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f7f7f7;
  padding: 20px;
  position: relative;
  z-index: 1;
}

.news .list .link:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  background: #00bffe;
  left: 0;
  top: 0;
  z-index: -1;
}

.news .list .link:hover,
.news .list .link:focus,
.news .list .link:active {
  color: #ffffff;
}

.news .list .link:hover:after,
.news .list .link:focus:after,
.news .list .link:active:after {
  width: 100%;
}

.news .list .link:hover .ico,
.news .list .link:focus .ico,
.news .list .link:active .ico {
  background: #01559b;
  box-shadow: 0 0 10px 0 rgba(7, 49, 144, 0.6);
  border: solid 1px #ffffff;
  color: #ffffff;
}

.news .list .text {
  width: calc(100% - 140px);
}

.news .list .time {
  width: 125px;
  height: 100px;
  background: #00bffe;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.news .list .date {
  font-size: 18px;
}

.news .list .year {
  font-size: 30px;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.news .list .year:after {
  position: absolute;
  content: "";
  width: 1em;
  height: 2px;
  background: #ffffff;
  margin-left: -.5em;
  left: 50%;
  bottom: 0;
}

.news .list .more {
  width: 15%;
  vertical-align: middle;
  text-align: right;
}

.news .list .ico {
  display: inline-block;
  margin: 0 auto;
  padding: 3px 25px;
  color: #ffffff;
  border: solid 1px;
  background: #c9caca;
  border-radius: 99px;
}

.news .list .title {
  font-size: 24px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  word-wrap: normal;
}

.news .list .desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  opacity: .75;
}

.news-bg {
  background: #f7f8f8;
}

.exhibit {
  padding: 3% 0;
  background: #fff;
}

.exhibit .bg {
  justify-content: space-between;
  display: flex;
}

.exhibit .item {
  width: 32.5%;
  position: relative;
}

.exhibit .item:first-child {
  width: 30%;
}

.exhibit .item .more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.exhibit .item .more .btn {
  padding: 10px 48px;
  text-align: center;
  display: inline-block;
  border: 1px solid #00bffe;
  font-size: 16px;
  border-radius: 99px;
}

.exhibit .item .more .btn:hover,
.exhibit .item .more .btn:active {
  background: #00bffe;
  color: #ffffff;
}

.exhibit .item .more .img {
  width: 50%;
}

.exhibit .item .date {
  margin-top: 5px;
  opacity: 0.7;
}

.exhibit .item .title {
  font-size: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  word-wrap: normal;
}

.exhibit .item .link {
  position: relative;
  z-index: 2;
  display: block;
}

.exhibit .item .link .rect-pic {
  padding-bottom: 75%;
}

.exhibit .item .link .rect-pic img {
  width: 100%;
}

.exhibit .item .link:hover .rect-pic img,
.exhibit .item .link:active .rect-pic img,
.exhibit .item .link:focus .rect-pic img {
  transform: scale(1.1);
}

.news-list .item {
  width: 33.33%;
  margin: 3% 0 0;
}

.news-list .time {
  line-height: 30px;
  display: inline-block;
  margin-bottom: 15px;
  color: #878787;
  border-bottom: 2px solid #00bffe;
}

.news-list .link {
  display: block;
  margin-right: 1px;
  padding: 35px 8%;
  background: #ffffff;
}

.news-list .link .title {
  font-size: 20px;
  color: #333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-list .link:hover .title {
  color: #00bffe;
}

.news-list .link .pic {
  width: 33%;
}

.news-list .link .pic .rect-pic {
  padding-bottom: 75%;
}

.news-list .link .text {
  width: 62.5%;
}

.news-list .link .desc {
  margin-top: 4%;
  font-size: 16px;
  color: #878787;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.down-link .cn {
  vertical-align: middle;
  display: inline-block;
  color: #333;
  font-size: 24px;
}

.down-link .btn {
  background: #00bffe;
  color: #ffffff;
  vertical-align: middle;
  display: inline-block;
  font-size: 18px;
  padding: 12px 56px;
  border-radius: 99px;
}

.down-link .ico {
  position: relative;
  top: -8px;
  height: 8px;
  margin-right: 3px;
}

.down {
  padding: 3% 0 0;
}

.down .title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  font-size: 18px;
}

.down .desc {
  padding-top: 10px;
  opacity: .7;
}

.down .btn {
  background: #00bffe;
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  padding: 12px 56px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 99px;
}

.down-list {
  margin: 30px 0;
}

.down-list .item {
  width: 18.5%;
  margin-bottom: 30px;
}

.down-list .item.none {
  margin-bottom: 0;
}

.down-list .link {
  display: block;
  position: relative;
  overflow: hidden;
  font-size: 15px;
}

.down-list .link .rect-pic {
  border: 1px solid #dcdcdc;
  padding-bottom: 136%;
}

.down-list .link .ico {
  text-align: center;
  background: #e5e5e5;
  padding: 5px 0;
}

.down-list .link .ico img {
  top: -2px;
  position: relative;
  margin-right: 5px;
}

.down-list .link .img {
  width: 100%;
}

.down-list .link .title {
  padding: 10px 0;
  text-align: center;
}

.down-list .link .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  color: #00bffe;
  font-size: 24px;
  display: none;
}

@media \0screen {
  .down-list .link .text {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#B3000000, endcolorstr=#B3000000);
  }
}

.down-list .link .text img {
  margin-top: 10px;
}

.down-list .link:hover .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.down-list .link:hover .ico {
  color: #ffffff;
  background: #00bffe;
}

.down-list .link:hover .ico img {
  filter: brightness(100);
}

.headline {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  overflow-x: hidden;
}

.headline .tips {
  padding: 15px 0;
  background: #00bffe;
  color: #ffffff;
  vertical-align: middle;
  width: 13%;
  text-align: center;
  position: relative;
}

.headline .tips:before {
  position: absolute;
  content: "";
  background: #00bffe;
  height: 100%;
  width: 800%;
  top: 0;
  left: -780%;
}

.headline .title {
  vertical-align: middle;
  width: 75%;
}

.headline .title .link {
  display: inline-block;
  vertical-align: middle;
  width: 60%;
  color: #00bffe;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  word-wrap: normal;
}

.headline .time {
  color: #00bffe;
}

.headline .more {
  vertical-align: middle;
}

.headline .more img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
}

@media screen and (max-width: 991px) {
  .news .bg {
    flex-direction: column;
  }

  .news .pic {
    width: 100%;
    flex: 0 1 100%;
  }

  .news .list {
    width: 100%;
    flex: 0 1 100%;
  }

  .exhibit .bg {
    flex-wrap: wrap;
  }

  .exhibit .item {
    width: 48.5%;
  }

  .exhibit .item:first-child {
    width: 100%;
    margin-bottom: 30px;
  }

  .news-list .item {
    width: 50%;
    margin-bottom: 48px;
  }

  .headline .title {
    width: 60%;
  }

  .down-list .item {
    width: 23.5%;
  }
}

@media screen and (max-width: 640px) {
  .down-link .cn {
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
    display: block;
  }

  .down-link .btn {
    text-align: center;
    display: block;
    font-size: 16px;
  }

  .news {
    padding: 3% 0;
  }

  .news .pic {
    margin: 10px 0;
  }

  .news .pic .link .text {
    padding: 20px 15px;
  }

  .news .pic .link .text .title {
    font-size: 20px;
  }

  .news .pic .link .text .desc {
    margin: 10px 0;
    font-size: 14px;
  }

  .news .list .item {
    width: 100%;
    background: #eeeeee;
    margin-bottom: 25px;
  }

  .news .list .time {
    padding: 2% 0;
    width: 100%;
  }

  .news .list .cover {
    width: 100%;
  }

  .news .list .more {
    padding: 0 5% 5%;
    text-align: left;
    width: 100%;
  }

  .news .list .text {
    padding: 5%;
    width: 100%;
  }

  .news .list .date {
    font-size: 16px;
  }

  .news .list .year {
    font-size: 12px;
  }

  .news .list .ico {
    font-size: 12px;
    padding: 6px 20px;
  }

  .news .list:before {
    display: none;
  }

  .news-list .item {
    width: 100%;
    margin-bottom: 28px;
  }

  .news-list .link {
    padding: 3% 5%;
  }

  .news-list .link .title {
    font-size: 18px;
  }

  .news-list .link .desc {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .headline .tips {
    font-size: 14px;
    width: 25%;
    text-align: left;
  }

  .headline .tips:before {
    left: -799%;
  }

  .headline .title {
    width: 70%;
  }

  .headline .title .link {
    width: 70%;
  }

  .headline .more {
    display: none;
  }

  .down .title {
    font-size: 16px;
  }

  .down-list .link {
    font-size: 14px;
  }

  .down-list .item {
    width: 31.5%;
  }
}

.product {
  padding: 3% 0 3%;
  background: url("../img/product-bg.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.product.inner {
  padding: 5% 0;
  background: transparent;
}

.product .title {
  text-align: center;
}

.product .cate-content {
  display: none;
}

.product .cate-content.active {
  display: block;
}

.product .cate-content .down-file .em {
  display: none;
  opacity: 0;
}

.product .bg {
  padding: 20px;
  background: #ffffff;
  display: flex;
  justify-content: space-between;
}

.product .text {
  width: 20%;
  background: #f7f7f7 url("../img/shadow.png") left top no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.product .text .name {
  font-size: 20px;
  text-align: center;
  margin: 0 auto 20px;
  width: 90%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  word-wrap: normal;
}

.product .text .img {
  width: 90%;
  margin: 0 auto;
}

.product .text .link {
  margin-top: 20px;
  text-align: center;
  padding: 5px 30px;
  font-size: 20px;
  background: #01559b;
  color: #ffffff;
  border-radius: 99px;
  border: 1px solid #01559b;
}

.product .text .link:hover,
.product .text .link:active {
  background: #ffffff;
  color: #01559b;
  border: 1px solid #01559b;
}

.product .cover {
  width: 80%;
}

.product .list {
  margin-bottom: 30px;
  width: 100%;
  position: relative;
}

.product .search-bg {
  width: 55%;
  margin: 0 auto 20px;
}

.product .search-bg form {
  display: flex;
  justify-content: space-between;
}

.product .icon {
  color: #00bffe;
  font-size: 20px;
}

.product .form-control {
  border: none;
  display: inline-block;
  vertical-align: middle;
  background: #ffffff;
  padding: 12px;
  color: #9fa0a0;
  font-size: 14px;
  flex: 1;
}

.product .form-control::-webkit-input-placeholder {
  color: #9fa0a0;
}

.product .form-control::-ms-input-placeholder {
  color: #9fa0a0;
}

.product .form-control::placeholder {
  color: #9fa0a0;
}

.product .submit {
  border: 0;
  padding: 0 15px;
  color: #ffffff;
  background: #00bffe;
}

.product .swiper-product .swiper-pagination {
  display: none;
}

.product .swiper-product .swiper-button-prev,
.product .swiper-product .swiper-button-next {
  width: 48px;
  height: 48px;
  background-size: 20px 20px;
  border: solid 1px transparent;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 99px;
}

.product .swiper-product .swiper-button-prev:hover,
.product .swiper-product .swiper-button-prev:active,
.product .swiper-product .swiper-button-prev:focus,
.product .swiper-product .swiper-button-next:hover,
.product .swiper-product .swiper-button-next:active,
.product .swiper-product .swiper-button-next:focus {
  background-color: #00bffe;
}

.product .swiper-product .swiper-button-prev {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyA0NCI+PHBhdGggZD0iTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6IiBmaWxsPSIjZmZmZmZmIi8+PC9zdmc+);
}

.product .swiper-product .swiper-button-next {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyA0NCI+PHBhdGggZD0iTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnoiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=);
}

.product-inner {
  padding: 20px 0 5%;
}

.product-inner .title {
  text-align: center;
}

.product-inner .cate-content {
  display: none;
}

.product-inner .cate-content.active {
  display: block;
}

.product-inner .cate-content .down-file .em {
  display: none;
  opacity: 0;
}

.product-inner .list {
  width: 100%;
  position: relative;
}

.search {
  border: solid 1px #ccc;
  border-radius: 6px;
  position: relative;
  margin: 3% 0;
}

.search .form-control {
  width: 100%;
  padding: 12px 12px;
  text-align: center;
  border: 0;
  background: transparent;
}

.search .form-submit {
  opacity: .5;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -3.5em;
  margin-top: -12px;
  border: 0;
  opacity: .5;
  background: transparent;
}

.search.active .form-control {
  text-align: left;
  padding-left: 24px;
}

.search.active .form-submit {
  left: 0;
  margin-left: 0;
}

.home-product-list {
  margin: 0 56px;
}

.home-product-list .item {
  width: 18.5%;
}

.home-product-list .item.none {
  margin-bottom: 0;
}

.home-product-list .link {
  position: relative;
  display: block;
  border-bottom: solid 1px #ffffff;
  color: #ffffff;
}

.home-product-list .link:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  left: 50%;
  background: #00bffe;
  height: 1px;
  width: 0;
}

.home-product-list .link .rect-pic {
  position: relative;
  padding-bottom: 100%;
  background: #fff;
}

.home-product-list .link .rect-pic img {
  width: 100%;
}

.home-product-list .link .title {
  font-size: 16px;
  text-align: center;
  padding: 15px 0;
  position: relative;
}

.home-product-list .link .title:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 0;
  height: 2px;
  bottom: 8px;
  background: #00bffe;
}

.home-product-list .link .pic-bg {
  width: 100%;
  position: absolute;
  z-index: 999;
  height: 100%;
  color: #ffffff;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  display: none;
  background: #00bffe;
  background-color: rgba(0, 191, 254, 0.75);
}

@media \0screen {
  .home-product-list .link .pic-bg {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#BF00BFFE, endcolorstr=#BF00BFFE);
  }
}

.home-product-list .link .pic-bg .text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 8%;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.home-product-list .link .pic-bg .em {
  font-size: 2em;
  padding-bottom: 15px;
}

.home-product-list .link .pic-bg .cn {
  font-size: 20px;
  margin-bottom: 20px;
  position: relative;
}

.home-product-list .link .pic-bg .en {
  font-size: 1.2em;
  text-transform: uppercase;
  display: block;
}

.home-product-list .link .pic-bg .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  text-align: center;
  background: #ffffff;
  border-radius: 999px;
  color: #00bffe;
  padding: 10px 30px;
  position: relative;
}

.home-product-list .link:hover,
.home-product-list .link:active {
  color: #ffffff;
  padding: 0;
}

.home-product-list .link:hover:after,
.home-product-list .link:active:after {
  left: 0;
  width: 100%;
}

.home-product-list .link:hover .pic-bg,
.home-product-list .link:active .pic-bg {
  display: block;
  opacity: 1;
}

.home-product-list .link:hover .pic-bg img,
.home-product-list .link:active .pic-bg img {
  transform: scale(1.1);
}

.home-product-list .link:hover .rect-pic img,
.home-product-list .link:active .rect-pic img {
  transform: scale(1.1);
}

.home-product-list .link:hover .title:before,
.home-product-list .link:active .title:before {
  width: 0;
  margin-left: -1em;
}

.product-list-inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product-list-inner .item {
  width: 32.5%;
  margin: 20px 0;
}

.product-list-inner .link {
  position: relative;
  display: block;
  display: flex;
  justify-content: start;
  align-items: center;
  border: solid 1px #e5e5e5;
  padding: 10px;
}

.product-list-inner .link .pic {
  width: 30%;
  position: relative;
}

.product-list-inner .link .pic img {
  width: 100%;
}

.product-list-inner .link .title {
  font-size: 16px;
  position: relative;
}

.product-list-inner .link:hover,
.product-list-inner .link:active {
  color: #00bffe;
  border: solid 1px #00bffe;
  box-shadow: 0 0 10px 0 rgba(0, 191, 254, 0.3);
}

.product-list-inner .link:hover .pic img,
.product-list-inner .link:active .pic img {
  transform: scale(1.1);
}

.product-cate {
  display: flex;
  text-align: center;
  justify-content: center;
  border-bottom: 1px solid #e5e5e5;
}

.product-cate .item {
  padding: 15px;
  font-size: 18px;
  position: relative;
}

.product-cate .item:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -3px;
  width: 0;
  height: 5px;
  background: transparent;
  z-index: 9;
}

.product-cate .item:hover,
.product-cate .item:active,
.product-cate .item:focus,
.product-cate .item.active {
  color: #00bffe;
}

.product-cate .item:hover:after,
.product-cate .item:active:after,
.product-cate .item:focus:after,
.product-cate .item.active:after {
  left: 0;
  width: 100%;
  background: #00bffe;
}

.online {
  margin-top: 15px;
}

.online .link {
  display: block;
  position: relative;
}

.online .link:hover .online-btn,
.online .link:active .online-btn,
.online .link:focus .online-btn {
  background: #ffffff;
  color: #00bffe;
}

.online .ico {
  width: 100%;
}

.online .online-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
}

.online .online-btn {
  font-size: 18px;
  background: #00bffe;
  padding: 3px 20px;
  border-radius: 999px;
  margin-bottom: 3px;
}

.product-title {
  padding: 3% 0;
}

.product-title .cn {
  font-size: 32px;
  font-weight: bold;
}

.product-bg {
  padding: 3% 0;
  background: url("../img/product-bg.jpg") 50% 0 no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.product-bg .list {
  position: relative;
}

.product-list {
  margin: 3% 0;
}

.product-list .item {
  width: 31%;
  margin-bottom: 2.5%;
}

.product-list .item.none {
  margin-bottom: 0;
}

.product-list.inner .item {
  width: 23%;
}

.product-list .link {
  position: relative;
  display: block;
  background: #ffffff;
  border: solid 1px #dcdcdc;
}

.product-list .link .rect-pic {
  position: relative;
  padding-bottom: 100%;
  background: #fff;
}

.product-list .link .rect-pic .img {
  width: 100%;
}

.product-list .link .title {
  font-size: 18px;
  text-align: center;
  padding: 15px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  word-wrap: normal;
}

.product-list .link .title.blue {
  background: #f8f8f8;
}

.product-list .link .pic-bg {
  width: 100%;
  position: absolute;
  z-index: 999;
  height: 100%;
  color: #ffffff;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  display: none;
  background: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

@media \0screen {
  .product-list .link .pic-bg {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#BF000000, endcolorstr=#BF000000);
  }
}

.product-list .link .pic-bg .text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 8%;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.product-list .link .pic-bg .em {
  font-size: 2em;
  padding-bottom: 15px;
}

.product-list .link .pic-bg .cn {
  font-size: 20px;
  margin-bottom: 20px;
  position: relative;
}

.product-list .link .pic-bg .en {
  font-size: 1.2em;
  text-transform: uppercase;
  display: block;
}

.product-list .link .pic-bg .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  text-align: center;
  background: #ffffff;
  border-radius: 999px;
  color: #00bffe;
  padding: 10px 30px;
  position: relative;
}

.product-list .link:hover,
.product-list .link:active {
  padding: 0;
  border: solid 1px #00bffe;
}

.product-list .link:hover .pic-bg,
.product-list .link:active .pic-bg {
  display: block;
  opacity: 1;
}

.product-list .link:hover .title,
.product-list .link:active .title {
  color: #00bffe;
}

.cate-list {
  padding: 5% 0;
}

.cate-list .list-item {
  width: 100%;
  padding: 3% 0;
  border-bottom: solid 1px #00bffe;
}

.cate-list .list-item:first-child {
  border-top: solid 1px #00bffe;
}

.cate-list .link {
  position: relative;
  display: block;
  overflow: hidden;
}

.cate-list .cn {
  margin-bottom: 20px;
  font-size: 24px;
}

.cate-list .en {
  text-transform: uppercase;
  display: block;
  margin-bottom: 2%;
}

.cate-list .pic {
  width: 50%;
  padding-bottom: 999px;
  margin-bottom: -999px;
}

.cate-list .text {
  width: 50%;
  padding: 2%;
}

.cate-list .text .item {
  width: 32.5%;
  text-align: center;
  padding: 10px 0;
  border: solid 1px transparent;
  border-radius: 5px;
  color: #3e3a39;
  font-size: 16px;
}

.cate-list .text .item:hover,
.cate-list .text .item:active,
.cate-list .text .item:focus {
  border: solid 1px #00bffe;
  color: #00bffe;
}

.cate-list .rect-pic {
  padding-bottom: 63%;
}

.cate-list .rect-pic img {
  width: 100%;
}

.cate-list .rect-pic:hover img,
.cate-list .rect-pic:active img,
.cate-list .rect-pic:focus img {
  transform: scale(1.1);
}

.cate-list .more {
  display: inline-block;
  margin-top: 3%;
  border: solid 1px #00bffe;
  border-radius: 999px;
  color: #00bffe;
  padding: 10px 36px;
}

.cate-list .more:hover,
.cate-list .more:active,
.cate-list .more:focus {
  background: #00bffe;
  color: #ffffff;
}

.pdf-list {
  border: solid 1px #b5b5b5;
  margin: 3% 0;
  width: 100%;
  table-layout: fixed;
}

.pdf-list .title {
  display: inline-block;
  vertical-align: middle;
}

.pdf-list .box {
  vertical-align: middle;
}

.pdf-list .item:last-child .name {
  border-bottom: none;
}

.pdf-list .item:last-child .desc {
  border-bottom: none;
}

.pdf-list .item:last-child .language {
  border-bottom: none;
}

.pdf-list .ico {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.pdf-list .name {
  padding: 10px;
  width: 40%;
  border-right: solid 1px #b5b5b5;
  border-bottom: solid 1px #b5b5b5;
}

.pdf-list .desc {
  padding: 10px;
  width: 40%;
  border-right: solid 1px #b5b5b5;
  border-bottom: solid 1px #b5b5b5;
}

.pdf-list .language {
  padding: 10px;
  border-bottom: solid 1px #b5b5b5;
}

.recommend {
  margin: 3% 0;
  display: flex;
  justify-content: space-between;
}

.recommend .cover {
  width: 35%;
}

.recommend .cover .item {
  height: 100%;
}

.recommend .cover .link {
  height: 100%;
  padding: 15px 0;
  text-align: center;
}

.recommend .list {
  padding-left: 20px;
  width: 65%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.recommend .list .item {
  width: 31.5%;
}

.recommend .list .item:nth-child(1) {
  margin-bottom: 20px;
}

.recommend .link {
  position: relative;
  display: block;
  background: #ffffff;
  border: solid 1px #dcdcdc;
}

.recommend .link .rect-pic {
  position: relative;
  padding-bottom: 100%;
  background: #fff;
}

.recommend .link .rect-pic .img {
  width: 100%;
}

.recommend .link .title {
  font-size: 18px;
  text-align: center;
  padding: 15px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  word-wrap: normal;
}

.recommend .link .btn {
  display: inline-block;
  background: #00bffe;
  border-radius: 99px;
  color: #ffffff;
  padding: 12px 64px;
  font-size: 16px;
}

.recommend .link:hover,
.recommend .link:active {
  padding: 0;
  border: solid 1px #00bffe;
}

.recommend .link:hover .rect-pic img,
.recommend .link:active .rect-pic img {
  transform: scale(1.1);
}

.recommend .link:hover .title,
.recommend .link:active .title {
  color: #00bffe;
}

@media screen and (max-width: 991px) {
  .product .swiper-product {
    min-height: 20px;
    margin-top: 5px;
    position: relative;
  }

  .product .swiper-product .swiper-button-prev,
  .product .swiper-product .swiper-button-next {
    display: none;
  }

  .product .swiper-product .swiper-pagination {
    display: block;
    width: 100%;
  }

  .product .swiper-product .swiper-pagination-bullets {
    display: block;
  }

  .product .swiper-product .swiper-pagination-bullet {
    background: #999;
    margin: 0 3px;
    display: inline-block;
    width: 5px;
    height: 5px;
  }

  .product .swiper-product .swiper-pagination-bullet-active {
    width: 15px;
    background: #00bffe;
  }

  .product .container {
    overflow: hidden;
  }

  .product-list .item {
    width: 48.5%;
  }

  .product-cate {
    display: flex;
    overflow: auto;
    width: 100%;
    justify-content: start;
  }

  .product-cate .item {
    font-size: 16px;
    padding: 15px;
    display: inline-block;
    flex-shrink: 0;
    text-align: center;
    position: relative;
    margin: 0;
  }

  .product-list-inner .item {
    width: 48.5%;
  }

  .cate-list .pic {
    width: 100%;
  }

  .cate-list .text {
    margin-bottom: 15px;
    padding: 0;
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .product-list-inner .item {
    width: 48.5%;
    margin: 15px 0;
  }

  .product-list-inner .link {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .product-list-inner .link .pic {
    width: 100%;
  }

  .product-list-inner .link .title {
    font-size: 14px;
  }

  .recommend {
    flex-direction: column;
  }

  .recommend .cover {
    width: 100%;
  }

  .recommend .cover .link {
    padding: 20px 0;
  }

  .recommend .link .title {
    font-size: 14px;
  }

  .recommend .link .btn {
    padding: 10px 36px;
  }

  .recommend .list {
    margin-top: 20px;
    padding-left: 0;
    width: 100%;
  }

  .recommend .list .item {
    width: 48.5%;
  }

  .recommend .list .item:nth-child(1) {
    margin-bottom: 0;
  }

  .recommend .list .item:nth-child(2n) {
    margin-bottom: 20px;
  }

  .product {
    padding: 20px 0 30px;
  }

  .product .bg {
    padding: 0;
    flex-direction: column;
  }

  .product .cover {
    width: 100%;
  }

  .product .text {
    padding: 20px 0;
    width: 100%;
  }

  .product .text .img {
    width: 50%;
  }

  .product .text .link {
    font-size: 16px;
    width: 80%;
  }

  .product .list {
    width: 100%;
    padding: 15px;
  }

  .product .swiper-product {
    top: 0;
    position: relative;
  }

  .product .swiper-product .swiper-button-prev,
  .product .swiper-product .swiper-button-next {
    display: none;
  }

  .product .swiper-product .swiper-pagination {
    display: block;
    width: 100%;
  }

  .product .swiper-product .swiper-pagination-bullets {
    display: block;
  }

  .product .swiper-product .swiper-pagination-bullet {
    background: #999;
    margin: 0 3px;
    display: inline-block;
    width: 5px;
    height: 5px;
  }

  .product .swiper-product .swiper-pagination-bullet-active {
    background: #00bffe;
  }

  .home-product-list {
    margin: 0;
  }

  .home-product-list .item {
    width: 48.5%;
  }

  .home-product-list .link .title {
    font-size: 14px;
    border: none;
  }

  .product-list {
    padding: 15px 0;
  }

  .product-list .item {
    width: 48.5%;
  }

  .product-list.inner .item {
    width: 48.5%;
  }

  .product-list .link .title {
    font-size: 14px;
  }

  .product-list .link .pic-bg .em {
    font-size: 18px;
  }

  .product-cate .item {
    flex-shrink: 0;
  }

  .online {
    margin-top: 15px;
  }

  .online .online-btn {
    font-size: 16px;
  }

  .online .online-text {
    font-size: 18px;
  }

  .online .ico {
    aspect-ratio: 16/6;
  }
}

.contact {
  padding: 1% 0;
}

.contact .title {
  padding-bottom: 15px;
  margin-bottom: 25px;
  display: inline-block;
  border-bottom: solid 1px #00bffe;
}

.contact .title .cn {
  color: #00bffe;
  font-size: 20px;
}

.contact .title .en {
  opacity: .7;
  text-transform: uppercase;
}

.contact.white {
  background: #ffffff;
}

.contact .bg {
  padding: 2% 0;
}

.contact .gray {
  background: #efeff0;
  position: relative;
}

.contact .gray:before {
  position: absolute;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: url("../img/contact.jpg") center top no-repeat;
}

.contact .pic,
.contact .text,
.contact .form,
.contact .online {
  width: 50%;
}

.contact .pic img {
  width: 100%;
}

.contact .pic .swiper-pagination-bullets {
  width: 100%;
  bottom: -20px;
}

.contact .pic .swiper-pagination-bullet {
  margin: 0 3px;
  width: 30px;
  height: 3px;
  background-color: rgba(51, 51, 51, 0.75);
}

@media \0screen {
  .contact .pic .swiper-pagination-bullet {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#BF333333, endcolorstr=#BF333333);
  }
}

.contact .pic .swiper-pagination-bullet-active {
  background-color: #00bffe;
}

@media \0screen {
  .contact .pic .swiper-pagination-bullet-active {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FF00BFFE, endcolorstr=#FF00BFFE);
  }
}

.contact .text {
  position: relative;
  z-index: 2;
}

.contact .text .desc ul {
  padding: 25px;
}

.contact .text .desc li {
  padding-bottom: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.contact .text .desc li .ico {
  display: inline-block;
  vertical-align: middle;
}

.contact .text .desc li .ico svg {
  width: 30px;
  fill: #b6b6b6;
}

.contact .text .wechat {
  padding: 25px;
  text-align: right;
  width: 42%;
}

.contact .text .qcode {
  text-align: center;
  display: inline-block;
  font-size: 12px;
}

.contact .online .title {
  font-size: 18px;
}

.contact .online .ico {
  margin: 20px 0;
}

.contact .online .link {
  display: inline-block;
  width: 38px;
  height: 38px;
  border: solid 1px #646464;
  border-radius: 999px;
  margin-right: 30px;
}

.contact .online .link:last-child {
  margin-right: 0;
}

.contact .online .link img {
  margin: 5px;
}

.contact .form {
  width: 100%;
}

.contact .form .icon {
  font-size: 22px;
  margin-right: 3px;
  vertical-align: middle;
}

.contact .form .form-half {
  width: 48.5%;
}

.contact .form .form-group {
  margin: 15px 0;
}

.contact .form .form-group:first-child {
  margin: 0 0 5px;
}

.contact .form .form-control {
  background: #eeeeee;
  border: solid 1px transparent;
  width: 100%;
  border-radius: 5px;
  padding: 12px;
}

.contact .form .form-control::-webkit-input-placeholder {
  color: #9fa0a0;
}

.contact .form .form-control::-ms-input-placeholder {
  color: #9fa0a0;
}

.contact .form .form-control::placeholder {
  color: #9fa0a0;
}

.contact .form .tips {
  font-size: 16px;
  color: #ffffff;
  width: 70%;
  vertical-align: middle;
}

.contact .form .tips .item {
  display: inline-block;
  margin-right: 10px;
}

.contact .form .submit {
  text-align: right;
  vertical-align: middle;
}

.contact .form .form-submit {
  margin-top: 10px;
  width: 100%;
  display: block;
  padding: 12px 56px;
  text-align: center;
  border: 0;
  background: #00bffe;
  border-radius: 6px;
  color: #ffffff;
}

.contact .form .desc {
  margin-top: 15px;
}

.contact .form .desc .wechat {
  margin-top: 10%;
  text-align: center;
}

.contact .form .desc .qcode {
  display: inline-block;
}

.contact .form .desc li {
  padding-bottom: 10px;
}

.contact .form .desc .ico {
  position: relative;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 4px;
  color: #00bffe;
}

.contact .form .desc .ico svg {
  fill: #00bffe;
  width: 20px;
  height: 20px;
}

.map {
  margin-top: 3%;
}

.map .rect-map {
  padding-bottom: 36%;
}

.home-contact {
  background: #efeff0;
}

.home-contact .bg {
  background: #efeff0;
  padding: 0 3%;
}

.home-contact.inner {
  background: transparent;
}

.home-contact.inner .bg {
  background: transparent;
}

.home-contact .pic,
.home-contact .text,
.home-contact .form {
  width: 50%;
}

.home-contact .form {
  width: 100%;
}

.home-contact .title {
  display: inline-block;
  font-weight: bold;
  font-size: 24px;
  position: relative;
  padding-bottom: 10px;
}

.home-contact .title .en {
  display: block;
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
}

.home-contact .title:before {
  position: absolute;
  content: "";
  height: 2px;
  background: #00bffe;
  width: 2em;
  left: 0;
  bottom: 0;
}

.home-contact .hotline {
  margin-top: 20px;
  font-size: 24px;
  font-weight: bold;
}

.home-contact .desc ul {
  padding: 15px 0;
}

.home-contact .desc li {
  padding-bottom: 5px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.home-contact .wechat {
  width: 35%;
}

.home-contact .qcode {
  width: 48.5%;
  text-align: center;
  font-size: 12px;
}

.home-contact .form {
  padding: 2% 9% 3%;
  background: #00bffe;
  border-bottom-left-radius: 180px;
  border-top-right-radius: 180px;
  color: #ffffff;
  position: relative;
  bottom: -80px;
  z-index: 99999;
}

.home-contact .form .form-half {
  width: 48.5%;
}

.home-contact .form .form-input {
  vertical-align: middle;
  width: 80%;
}

.home-contact .form .form-button {
  vertical-align: middle;
}

.home-contact .form .form-group {
  margin: 10px 0;
}

.home-contact .form .form-group:first-child {
  margin: 0 0 5px;
}

.home-contact .form .form-control {
  background: transparent;
  border: 0;
  color: #ffffff;
  border-bottom: solid 1px;
  width: 100%;
  padding: 15px 0;
}

.home-contact .form .form-control::-webkit-input-placeholder {
  color: #9fa0a0;
}

.home-contact .form .form-control::-ms-input-placeholder {
  color: #9fa0a0;
}

.home-contact .form .form-control::placeholder {
  color: #9fa0a0;
}

.home-contact .form .tips {
  width: 60%;
  vertical-align: middle;
  opacity: .75;
}

.home-contact .form .submit {
  text-align: right;
  vertical-align: middle;
}

.home-contact .form .form-submit {
  display: inline-block;
  padding: 12px 48px;
  text-align: center;
  border: 0;
  background: #ffffff;
  color: #00bffe;
  border-radius: 999px;
  position: relative;
}

.home-contact.white {
  color: #ffffff;
  padding-top: 0;
  background: #ffffff;
}

.home-contact.white .bg {
  padding: 0;
  background: #00bffe url("../img/contact.jpg") right 0 no-repeat;
}

.home-contact.white .wechat {
  width: 45%;
}

.home-contact.white .form {
  width: 60%;
  padding: 3%;
}

.home-contact.white .form .form-half {
  width: 48.5%;
}

.home-contact.white .form .form-control {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-bottom: solid 1px #ffffff;
  background: transparent;
}

.home-contact.white .form .form-control::placeholder {
  color: #ffffff;
}

.home-contact.white .form .form-submit {
  background: transparent;
  border: solid 1px;
}

.home-contact.white .pic {
  width: 40%;
  padding: 2%;
  background: #00bffe;
}

.contact-title {
  padding: 15px 0;
  border-bottom: solid 1px #bfbfbf;
}

.contact-title .ico {
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
}

.contact-desc {
  text-align: center;
  font-size: 20px;
  padding-bottom: 3%;
}

.contact-list {
  margin: 5% 0;
  position: relative;
  z-index: 9;
}

.contact-list a {
  color: #333;
}

.contact-list .title {
  text-align: left;
  padding: 15px 0;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 15px;
}

.contact-list .title .cn {
  position: relative;
  margin-top: 10px;
  display: block;
  vertical-align: middle;
  padding-bottom: 10px;
  color: #00bffe;
}

.contact-list .title .cn:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: #f4f4f4;
}

.contact-list .ico {
  display: inline-block;
  vertical-align: middle;
}

.contact-list .en {
  line-height: 1;
  opacity: .6;
  text-transform: uppercase;
}

.contact-list .text,
.contact-list .form {
  width: 50%;
}

.contact-list .text {
  width: 45%;
  padding: 0;
}

.contact-list .desc {
  font-size: 18px;
  line-height: 1.8;
}

.contact-list .desc .item {
  padding: 8px 0;
  border-bottom: 2px solid #f4f4f4;
}

.contact-list .desc .item:last-child {
  border-bottom: none;
}

.contact-list .desc .icon {
  vertical-align: middle;
  margin-right: 5px;
  color: #00bffe;
  font-size: 28px;
}

.contact-list .desc .dib {
  display: inline-block;
  vertical-align: middle;
}

.contact-list .desc .dib.top {
  position: relative;
  top: 8px;
  vertical-align: top;
}

.contact-list .desc .wechat {
  text-align: center;
}

.contact-list .desc .ico {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  color: #333;
  text-align: center;
}

.contact-list .desc .em {
  display: block;
  font-weight: bold;
  line-height: 1;
  font-size: 20px;
}

.contact-list .desc .address {
  text-align: left;
  display: block;
  margin: 0 auto;
}

.contact-list .qcode {
  text-align: center;
  display: inline-block;
}

.contact-list .qcode .list {
  display: inline-block;
}

.contact-list:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  background: transparent;
}

.contact-list.blue {
  margin-top: 5%;
  margin-bottom: 2%;
}

.contact-list.blue:before {
  background: #00bffe;
}

.contact-list.orange:before {
  background: #ed8600;
}

.contact-list .form {
  color: #333;
  padding-top: 48px;
}

.contact-list .form .icon {
  font-size: 22px;
  margin-right: 3px;
  vertical-align: middle;
}

.contact-list .form .form-half {
  width: 48.5%;
}

.contact-list .form .form-group {
  margin: 18px 0;
}

.contact-list .form .form-group:first-child {
  margin: 0 0 5px;
}

.contact-list .form .form-control {
  background: #f4f4f4;
  border: solid 1px transparent;
  width: 100%;
  padding: 20px 12px;
}

.contact-list .form .form-control::-webkit-input-placeholder {
  color: #9fa0a0;
}

.contact-list .form .form-control::-ms-input-placeholder {
  color: #9fa0a0;
}

.contact-list .form .form-control::placeholder {
  color: #9fa0a0;
}

.contact-list .form .tips {
  font-size: 16px;
  color: #333;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  font-size: 24px;
}

.contact-list .form .submit {
  text-align: right;
  vertical-align: middle;
}

.contact-list .form .form-btn {
  text-align: center;
}

.contact-list .form .form-submit {
  margin-top: 15px;
  font-size: 16px;
  display: inline-block;
  padding: 15px 110px;
  text-align: center;
  border: 0;
  background: #00bffe;
  color: #ffffff;
}

@media screen and (max-width: 991px) {
  .home-contact .container {
    padding: 0;
  }

  .home-contact .pic,
  .home-contact .text,
  .home-contact .form {
    width: 100%;
  }

  .home-contact .form {
    padding: 5%;
  }

  .home-contact .bg:before {
    background: transparent;
  }

  .home-contact.white .wechat {
    width: 70%;
  }

  .home-contact.white .bg {
    background-position: left bottom;
  }

  .home-contact.white .pic {
    width: 100%;
  }

  .home-contact.white .form {
    width: 100%;
    background: transparent;
  }

  .home-contact.white .form .form-half {
    width: 100%;
  }

  .contact .container {
    padding: 0;
  }

  .contact .pic,
  .contact .text,
  .contact .form,
  .contact .online {
    width: 100%;
  }

  .contact .bg .form {
    padding: 15px;
  }

  .contact .bg:before {
    background: transparent;
  }

  .contact .gray .pic {
    width: 100%;
  }

  .contact .gray:before {
    display: none;
  }

  .contact-list .text,
  .contact-list .map {
    width: 100%;
  }

  .contact-list .qcode {
    margin-top: 15px;
  }

  .contact-list:before {
    display: none;
  }

  .contact-list.blue .text {
    background: #00bffe;
  }

  .contact-list.orange .text {
    background: #ed8600;
  }
}

@media screen and (max-width: 640px) {
  .home-contact {
    padding: 0;
  }

  .home-contact .wechat {
    text-align: left;
    width: 60%;
    margin-bottom: 15px;
  }

  .home-contact .wechat .qcode {
    text-align: center;
    width: 48.5%;
  }

  .home-contact .text .desc ul {
    padding: 15px;
  }

  .home-contact .text .desc li {
    padding-bottom: 10px;
  }

  .home-contact .form .form-half {
    width: 100%;
  }

  .home-contact .form .title {
    margin-top: 5%;
  }

  .home-contact .form .desc .wechat {
    margin-top: 5%;
  }

  .home-contact .form .form-submit {
    width: 100%;
  }

  .contact-desc {
    font-size: 16px;
  }

  .contact .form .form-half {
    width: 100%;
  }

  .contact .form-btn {
    display: flex;
    flex-direction: column-reverse;
  }

  .contact .form-btn .form-submit {
    width: 100%;
  }

  .contact .form-btn .tips {
    width: 100%;
    padding-top: 20px;
  }

  .contact-list .desc {
    font-size: 14px;
  }

  .contact-list .en {
    font-size: 14px;
  }

  .map .rect-map {
    padding-bottom: 130%;
  }
}

.home-apply {
  overflow: hidden;
  padding: 0 0;
}

.home-apply .apply-bg {
  background: url("../img/apply-bg.jpg") 0 0 no-repeat;
  background-size: cover;
  padding: 3% 0 5%;
}

.home-apply .list {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.home-apply .list .swiper-list .swiper-slide {
  z-index: 99;
  background-size: cover;
}

.home-apply .list .swiper-list .swiper-slide .rect-pic {
  padding-bottom: 108%;
}

.home-apply .list .swiper-list .swiper-slide .rect-pic .img {
  z-index: 1;
  position: absolute;
  width: 100%;
  max-width: none;
  height: 100%;
}

.home-apply .list .swiper-list .swiper-slide .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 999;
  padding: 0 15px;
  opacity: 0;
}

.home-apply .list .swiper-list .swiper-slide .text:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.6);
}

.home-apply .list .swiper-list .swiper-slide .cn {
  font-size: 20px;
}

.home-apply .list .swiper-list .swiper-slide .desc {
  padding-top: 15px;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.home-apply .list .swiper-list .swiper-slide .title {
  height: 68px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #ffffff;
}

.home-apply .list .swiper-list .swiper-slide .title .more {
  font-size: 20px;
  color: #ffffff;
  display: none;
}

.home-apply .list .swiper-list .swiper-slide .en {
  text-transform: uppercase;
}

.home-apply .list .swiper-list .swiper-slide .link {
  display: block;
  position: relative;
}

.home-apply .list .swiper-list .swiper-slide .link:hover .rect-pic img,
.home-apply .list .swiper-list .swiper-slide .link:active .rect-pic img,
.home-apply .list .swiper-list .swiper-slide .link:focus .rect-pic img {
  transform: scale(1.1);
}

.home-apply .list .swiper-list .swiper-slide .link:hover .title,
.home-apply .list .swiper-list .swiper-slide .link:active .title,
.home-apply .list .swiper-list .swiper-slide .link:focus .title {
  background: #00bffe;
}

.home-apply .list .swiper-list .swiper-slide .link:hover .title .cn,
.home-apply .list .swiper-list .swiper-slide .link:active .title .cn,
.home-apply .list .swiper-list .swiper-slide .link:focus .title .cn {
  display: none;
}

.home-apply .list .swiper-list .swiper-slide .link:hover .title .en,
.home-apply .list .swiper-list .swiper-slide .link:active .title .en,
.home-apply .list .swiper-list .swiper-slide .link:focus .title .en {
  display: none;
}

.home-apply .list .swiper-list .swiper-slide .link:hover .title .more,
.home-apply .list .swiper-list .swiper-slide .link:active .title .more,
.home-apply .list .swiper-list .swiper-slide .link:focus .title .more {
  display: block;
}

.home-apply .list .swiper-list .swiper-slide .link:hover .text,
.home-apply .list .swiper-list .swiper-slide .link:active .text,
.home-apply .list .swiper-list .swiper-slide .link:focus .text {
  opacity: 1;
}

.home-apply .list .swiper-list .swiper-slide .link:hover .text:after,
.home-apply .list .swiper-list .swiper-slide .link:active .text:after,
.home-apply .list .swiper-list .swiper-slide .link:focus .text:after {
  height: 100%;
}

.home-apply .list .swiper-list .swiper-slide-active {
  z-index: 1000;
}

.home-apply .list .swiper-list .swiper-slide-active .title {
  background: #00bffe;
}

.home-apply .list .swiper-list .swiper-slide-active .title .cn {
  display: none;
}

.home-apply .list .swiper-list .swiper-slide-active .title .en {
  display: none;
}

.home-apply .list .swiper-list .swiper-slide-active .title .more {
  display: block;
}

.home-apply .list .swiper-list .swiper-slide-active .text {
  opacity: 1;
}

.home-apply .list .swiper-list .swiper-slide-active .text:after {
  height: 100%;
}

.home-apply .swiper-apply {
  height: 56px;
  position: absolute;
  top: 32%;
  width: 100%;
  text-align: center;
}

.home-apply .swiper-apply .swiper-button-prev,
.home-apply .swiper-apply .swiper-button-next {
  width: 48px;
  height: 48px;
  background-size: 20px 20px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 999px;
}

.home-apply .swiper-apply .swiper-button-prev:hover,
.home-apply .swiper-apply .swiper-button-prev:active,
.home-apply .swiper-apply .swiper-button-prev:focus,
.home-apply .swiper-apply .swiper-button-next:hover,
.home-apply .swiper-apply .swiper-button-next:active,
.home-apply .swiper-apply .swiper-button-next:focus {
  background-color: rgba(230, 33, 41, 0.6);
}

.home-apply .swiper-apply .swiper-button-prev {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyA0NCI+PHBhdGggZD0iTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6IiBmaWxsPSIjZmZmZmZmIi8+PC9zdmc+);
}

.home-apply .swiper-apply .swiper-button-next {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNyA0NCI+PHBhdGggZD0iTTI3LDIyTDI3LDIyTDUsNDRsLTIuMS0yLjFMMjIuOCwyMkwyLjksMi4xTDUsMEwyNywyMkwyNywyMnoiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=);
}

.home-apply .swiper-apply .swiper-pagination {
  display: none;
  width: 100%;
}

.home-apply .swiper-apply .swiper-pagination-bullets {
  display: none;
}

.home-apply .swiper-apply .swiper-pagination-bullet {
  background: #999;
  margin: 0 3px;
  display: inline-block;
  width: 25px;
  height: 3px;
}

.home-apply .swiper-apply .swiper-pagination-bullet-active {
  background: #00bffe;
}

.apply-list {
  padding: 5% 0;
}

.apply-list .item {
  width: 31.5%;
}

.apply-list .link {
  display: block;
  position: relative;
}

.apply-list .link:hover .rect-pic img,
.apply-list .link:active .rect-pic img {
  transform: scale(1.1);
}

.apply-list .link:hover .text,
.apply-list .link:active .text {
  height: 100%;
}

.apply-list .rect-pic {
  position: relative;
  padding-bottom: 60%;
}

.apply-list .text {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  overflow: hidden;
  background-color: rgba(0, 191, 254, 0.6);
}

@media \0screen {
  .apply-list .text {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#9900BFFE, endcolorstr=#9900BFFE);
  }
}

.apply-list .title {
  padding: 10px 0;
  text-align: center;
}

.apply-list .desc {
  padding: 8%;
}

.img-list {
  overflow: hidden;
  margin: 3% -15px;
}

.img-list .item {
  width: 32.5%;
  float: left;
}

.img-list .link {
  margin: 15px;
  position: relative;
  display: block;
  background: #ffffff;
}

.img-list .link .bg {
  position: static;
  overflow: hidden;
  margin: 2px 0 0;
  text-align: center;
}

.img-list .link .bg .inner {
  position: static;
  padding: 0;
}

.img-list .link .bg .text {
  padding: 10px 0;
}

.img-list .link .cn {
  position: relative;
  display: block;
}

.img-list .link .en {
  font-size: 16px;
  text-transform: uppercase;
}

.img-list .link .rect-pic {
  padding-bottom: 56.25%;
}

.img-list .link .rect-pic img {
  width: 100%;
}

.img-list .link:hover,
.img-list .link:active,
.img-list .link:focus {
  padding: 0;
}

.img-list .link:hover .bg,
.img-list .link:active .bg,
.img-list .link:focus .bg {
  color: #01559b;
}

.img-list .link:hover .bg .text,
.img-list .link:active .bg .text,
.img-list .link:focus .bg .text {
  color: #00bffe;
}

.img-list .link:hover .rect-pic img,
.img-list .link:active .rect-pic img,
.img-list .link:focus .rect-pic img {
  transform: scale(1.1);
}

.apply-inner {
  padding: 3% 0 0;
}

.apply-inner .apply-tab-list .item {
  text-align: center;
}

.apply-inner .apply-tab-list .link {
  display: block;
  position: relative;
}

.apply-inner .apply-tab-list .link:hover,
.apply-inner .apply-tab-list .link:active {
  top: -5px;
}

.apply-inner .apply-tab-list .link:hover .img,
.apply-inner .apply-tab-list .link:active .img {
  filter: brightness(100);
}

.apply-inner .apply-tab-list .link:hover .ico,
.apply-inner .apply-tab-list .link:active .ico {
  background: #00bffe;
}

.apply-inner .apply-tab-list .ico {
  position: relative;
  border-radius: 10px;
  padding: 15px;
  background: #f7f8f8;
  border: solid 1px #e7e8e8;
}

.apply-inner .apply-tab-list .cn {
  padding: 5px 0;
}

.apply-inner .apply-tab-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.apply-inner .apply-tab-content .item {
  width: 31.5%;
  margin-bottom: 2%;
  position: relative;
  cursor: pointer;
}

.apply-inner .apply-tab-content .item:hover .rect-pic:after,
.apply-inner .apply-tab-content .item:active .rect-pic:after {
  height: 100%;
}

.apply-inner .apply-tab-content .item:hover .desc,
.apply-inner .apply-tab-content .item:active .desc {
  height: auto;
  opacity: 1;
}

.apply-inner .apply-tab-content .rect-pic {
  position: relative;
  padding-bottom: 65%;
}

.apply-inner .apply-tab-content .rect-pic img {
  width: 100%;
}

.apply-inner .apply-tab-content .rect-pic:after {
  position: absolute;
  content: "";
  height: 0;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

@media \0screen {
  .apply-inner .apply-tab-content .rect-pic:after {
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#4D000000, endcolorstr=#4D000000);
  }
}

.apply-inner .apply-tab-content .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 8% 12%;
  z-index: 2;
}

.apply-inner .apply-tab-content .title {
  text-align: center;
  font-size: 16px;
  padding: 10px 0;
}

.apply-inner .apply-tab-content .desc {
  text-align: center;
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  line-height: 1.8;
  opacity: 0;
  height: 0;
}

@media screen and (max-width: 991px) {
  .home-apply .apply-title {
    width: 100%;
  }

  .home-apply .summary,
  .home-apply .list {
    width: 100%;
  }

  .home-apply .summary .swiper-list .swiper-slide,
  .home-apply .list .swiper-list .swiper-slide {
    width: auto;
    height: auto;
  }

  .home-apply .summary .swiper-list .swiper-slide .pic,
  .home-apply .list .swiper-list .swiper-slide .pic {
    padding-bottom: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
  }

  .home-apply .summary .swiper-list .swiper-slide .pic .img,
  .home-apply .list .swiper-list .swiper-slide .pic .img {
    width: 100%;
    height: auto;
    position: relative;
    transform: translateX(0);
  }

  .home-apply .summary .swiper-list .swiper-slide .cn,
  .home-apply .list .swiper-list .swiper-slide .cn {
    font-size: 1.2em;
  }

  .home-apply .summary .swiper-list .swiper-slide .en,
  .home-apply .list .swiper-list .swiper-slide .en {
    font-size: 1em;
  }

  .home-apply .summary .swiper-list .swiper-slide .icon,
  .home-apply .list .swiper-list .swiper-slide .icon {
    width: 24px;
    display: none;
    margin: 0 auto;
  }

  .home-apply .summary .swiper-list .swiper-slide-active,
  .home-apply .list .swiper-list .swiper-slide-active {
    width: auto;
  }

  .apply-inner .bg {
    margin-bottom: 30px;
  }

  .apply-inner .text {
    width: 100%;
  }

  .apply-inner .apply-tab-content .pic img {
    width: 100%;
  }

  .apply-inner .apply-tab-content .item {
    width: 48.5%;
  }
}

@media screen and (max-width: 640px) {
  .apply-list .item {
    width: 48.5%;
    margin-bottom: .5%;
  }

  .apply-list .link .cn {
    font-size: 20px;
  }

  .apply-list .link .en {
    font-size: 14px;
  }

  .apply-list .link .ico img {
    width: 50px;
  }

  .img-list .item {
    width: 50%;
    margin-bottom: .5%;
  }

  .img-list .link .bg .inner {
    padding: 0;
  }

  .img-list .link .bg .text {
    padding: 5px 0;
  }

  .img-list .link .cn {
    font-size: 14px;
  }

  .img-list .link .en {
    font-size: 14px;
  }

  .img-list .link .ico img {
    width: 50px;
  }

  .apply-inner .apply-tab-content .title {
    padding: 5px 0;
    font-size: 14px;
  }

  .apply-inner .apply-tab-content .desc {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 14px;
  }

  .apply-inner .apply-tab-list {
    display: flex;
    overflow: auto;
    width: 100vw;
    justify-content: flex-start;
    text-align: left;
  }

  .apply-inner .apply-tab-list .item {
    margin-right: 15px;
    display: inline-block;
    flex-shrink: 0;
    text-align: center;
    position: relative;
  }

  .apply-inner .apply-tab-list .img {
    width: 48px;
  }

  .apply-inner .apply-tab-list .ico {
    padding: 10px;
  }
}

.history {
  background: url("../img/apply-bg.jpg") 0 0 no-repeat;
  background-size: cover;
  padding: 3% 0;
}

.history .bg {
  padding: 0 0 200px;
  position: relative;
  overflow: hidden;
}

.history .list {
  position: relative;
}

.history .list:after {
  z-index: 0;
  content: '';
  position: absolute;
  left: -50%;
  top: 50px;
  width: 200%;
  height: 0;
  border-bottom: 2px dashed rgba(192, 33, 37, 0.5);
}

.history .pic {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 478px;
  width: 94%;
  background: #ffffff;
  box-shadow: 0px 0px 24px rgba(111, 111, 111, 0.18);
  z-index: 9;
}

.history-list {
  position: relative;
  margin-top: 180px;
  z-index: 2;
}

.history-list .item {
  height: 150px;
  padding-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.history-list .inner {
  opacity: 0.5;
  width: 60px;
  height: 60px;
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
  border: solid 1px #011f53;
  position: relative;
}

.history-list .inner:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 50%;
}

.history-list .year {
  font-size: 1.5em;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-family: Arial;
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}

.history-list .swiper-slide-prev .inner,
.history-list .swiper-slide-next .inner {
  width: 80px;
  height: 80px;
  opacity: 1;
}

.history-list .swiper-slide-prev .year {
  padding-right: 50%;
}

.history-list .swiper-slide-prev .inner {
  margin-left: -50%;
}

.history-list .swiper-slide-next .year {
  padding-left: 50%;
}

.history-list .swiper-slide-next .inner {
  margin-right: -50%;
}

.history-list .swiper-slide-active .inner {
  width: 100px;
  height: 100px;
  opacity: 1;
}

.history-list .img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.history-content .rect-pic {
  padding-bottom: 56.25%;
}

.history-content .rect-pic img {
  width: 100%;
}

.history-content .text {
  padding: 6% 8% 8%;
}

.history-content .title {
  font-size: 20px;
  margin-top: 8px;
  color: #01559b;
}

.history-content .ico {
  opacity: .6;
  font-size: 42px;
}

.history-content .year {
  font-size: 36px;
}

.history-content .desc {
  margin-top: 15px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.swiper-history {
  padding-top: 15px;
}

.swiper-history .swiper-pagination {
  display: block;
  width: 100%;
}

.swiper-history .swiper-pagination-bullets {
  display: block;
}

.swiper-history .swiper-pagination-bullet {
  background: #999;
  margin: 0 3px;
  display: inline-block;
  width: 20px;
  height: 5px;
}

.swiper-history .swiper-pagination-bullet-active {
  background: #01559b;
}

@media screen and (max-width: 991px) {
  .history .bg {
    padding-bottom: 150px;
  }

  .history-list {
    opacity: 0;
  }
}

.feedback {
  padding: 5% 0;
  background: #292d32;
}

.feedback .bg {
  background: #43464a;
  position: relative;
  z-index: 2;
}

.feedback .bg:before {
  position: absolute;
  content: "";
  left: 0;
  width: 50%;
  height: 100%;
  background: #ffffff;
}

.feedback.white-bg {
  background: #ffffff;
}

.feedback.white-bg .bg:before {
  background: #f2f2f2;
}

.feedback .page-title {
  color: #ffffff;
  text-align: center;
  padding-bottom: 2%;
}

.feedback .page-title .cn {
  font-size: 36px;
}

.feedback .page-title .en {
  font-size: 24px;
}

.feedback .text,
.feedback .form {
  width: 50%;
  padding: 30px;
}

.feedback .text.foot,
.feedback .form.foot {
  width: 100%;
  padding: 30px 0;
}

.feedback .text {
  position: relative;
  z-index: 2;
}

.feedback .text .desc {
  width: 56%;
}

.feedback .text .desc li {
  padding-bottom: 5px;
}

.feedback .text .wechat {
  text-align: right;
  font-size: 0;
  width: 42%;
}

.feedback .text .wechat img {
  display: inline-block;
  vertical-align: middle;
}

.feedback .text .title {
  font-size: 18px;
  opacity: .75;
  padding-bottom: 15px;
}

.feedback .text .time {
  font-size: 14px;
  opacity: .75;
}

.feedback .text .num {
  color: #00bffe;
  font-size: 24px;
  text-align: right;
}

.feedback .text .tips {
  margin-top: 25px;
  width: 86%;
}

.feedback .text .qcode {
  text-align: right;
}

.feedback .form .form-group {
  margin: 5px 0;
}

.feedback .form .form-group.half {
  width: 49.6%;
}

.feedback .form .form-control {
  background: #3b3e42;
  border: 0;
  width: 100%;
  padding: 12px 12px;
}

.feedback .form .tips {
  width: 60%;
  vertical-align: middle;
  color: #ffffff;
  opacity: .2;
}

.feedback .form .submit {
  text-align: right;
  vertical-align: middle;
}

.feedback .form .form-submit {
  display: inline-block;
  padding: 8px 30px;
  text-align: center;
  border: 0;
  background: #00bffe;
  color: #ffffff;
}

.feedback .copyright {
  text-transform: uppercase;
  margin-top: 3%;
  text-align: center;
  color: #ffffff;
  padding: 15px 0;
  border-top: solid 1px #3f4952;
}

.feedback .copyright a {
  color: #ffffff;
}

@media screen and (max-width: 991px) {
  .feedback .bg:before {
    display: none;
  }

  .feedback .page-title .cn {
    font-size: 24px;
  }

  .feedback .page-title .en {
    font-size: 30px;
  }

  .feedback .text {
    background: #ffffff;
    width: 100%;
    padding: 5%;
  }

  .feedback .text .num {
    font-size: 18px;
  }

  .feedback .text .tips {
    margin-top: 10px;
    width: 100%;
  }

  .feedback .form {
    width: 100%;
    padding: 5%;
  }

  .feedback .form .form-group.half {
    width: 100%;
  }

  .feedback .copyright {
    padding: 15px 5%;
    border-top: 0;
  }
}

@media screen and (max-width: 640px) {
  .feedback .bg {
    margin-top: 15%;
  }

  .feedback.white-bg .bg {
    margin-top: 15px;
  }

  .feedback .text .title {
    padding-bottom: 10px;
  }

  .feedback .copyright {
    padding: 5px 5%;
    border-top: 0;
  }
}

.video {
  padding-bottom: 5%;
}

.video .rect-box {
  padding-bottom: 38%;
}

.video .video-js {
  height: 0;
  width: 100%;
  position: relative;
  padding-bottom: 38%;
}

.video .video-js .vjs-big-play-button {
  display: none;
}

@media screen and (max-width: 991px) {
  .video {
    padding-bottom: 1px;
  }

  .video .container {
    padding: 0;
  }
}